@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Substance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f202"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "f202"

code: Staphylococcus Aureus (SNOMED CT#3092008)

" ]; fhir:Substance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:3092008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "3092008" ]; fhir:Coding.display [ fhir:value "Staphylococcus Aureus" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------