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

Generated Narrative

Resource "f201"

code: House dust allergen (SNOMED CT#406466009)

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