Polaris FHIR Implementation Guide
1.9.4 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Cedarbrook Clinic Organization - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cedarbrook-clinic"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.apps.health/StructureDefinition/polaris-core-organization"^^xsd:anyURI ;
fhir:link <https://fhir.apps.health/StructureDefinition/polaris-core-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Cedarbrook Family Health is a primary care clinic in Alberta and a CII submitting organization.</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/organization-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cedarbrook-clinic" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Cedarbrook Family Health"] . #