@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "1832473e-2fe0-452d-abe9-3cdb9879522f"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n \n

Clinical Laboratory @ Acme Hospital. ph: +1 555 234 1234, email: \n contact@labs.acme.org\n

\n \n
" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.acme.org.au/units" ]; fhir:Identifier.value [ fhir:value "ClinLab" ] ]; fhir:Organization.name [ fhir:value "Clinical Lab"]; fhir:Organization.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+1 555 234 1234" ]; fhir:ContactPoint.use [ fhir:value "work" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "contact@labs.acme.org" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------