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

Generated Narrative

Resource "f203"

identifier: id: 1234

category: Chemical (Substance Category Codes#chemical)

code: Potassium (SNOMED CT#88480006)

" ]; fhir:Substance.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://acme.org/identifiers/substances" ]; fhir:Identifier.value [ fhir:value "1234" ] ]; fhir:Substance.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/substance-category" ]; fhir:Coding.code [ fhir:value "chemical" ]; fhir:Coding.display [ fhir:value "Chemical" ] ] ]; fhir:Substance.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:88480006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "88480006" ]; fhir:Coding.display [ fhir:value "Potassium" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------