@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

ResourceOrganization "CROrganizationExample"

Profile: CROrganization

identifier: ugandaemr/10EV14 (use: official)

active: true

name: Kisenyi Health Centre IV

telecom:

Exception Generating Narrative: Unknown ContactPointSystem code 'work'

" ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------