0.1.0 - ci-build

ClientRegistryIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CROrganizationExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "CROrganizationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://mets.or.ug/StructureDefinition/CROrganization"^^xsd:anyURI ;
fhir:link <https://mets.or.ug/StructureDefinition/CROrganization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization </b><a name=\"CROrganizationExample\"> </a><a name=\"hcCROrganizationExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceOrganization &quot;CROrganizationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CROrganization.html\">CROrganization</a></p></div><p><b>identifier</b>: <code>ugandaemr</code>/10EV14 (use: official)</p><p><b>active</b>: true</p><p><b>name</b>: Kisenyi Health Centre IV</p><p><b>telecom</b>: </p><p><b style=\"color: maroon\">Exception Generating Narrative: Unknown ContactPointSystem code 'work' </b></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "ugandaemr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10EV14" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Kisenyi Health Centre IV"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "work" ] ;
fhir:value [ fhir:v "0785423121" ]
  ] ) . #