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

Generated Narrative

Resource "alcohol-type"

status: final

category: Social History (Observation Category Codes#social-history)

code: Type of alcohol consumed (acme-rehab.org#alcohol-type)

subject: Patient/example: Peter James Chalmers "Peter CHALMERS"

effective: 2014-12-11T04:44:16Z

component

code: alcohol-type (acme-rehab.org#alcohol-type)

value: Wine (SNOMED CT#35748005 "Wine (substance)")

component

code: alcohol-type (acme-rehab.org#alcohol-type)

value: Beer (SNOMED CT#53410008 "Beer (substance)")

component

code: alcohol-type (acme-rehab.org#alcohol-type)

value: Liquor (SNOMED CT#6524003 " Distilled spirits (substance)")

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ]; fhir:Coding.code [ fhir:value "social-history" ]; fhir:Coding.display [ fhir:value "Social History" ] ]; fhir:CodeableConcept.text [ fhir:value "Social History" ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme-rehab.org" ]; fhir:Coding.code [ fhir:value "alcohol-type" ]; fhir:Coding.display [ fhir:value "Type of alcohol consumed" ] ]; fhir:CodeableConcept.text [ fhir:value "Type of alcohol consumed" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2014-12-11T04:44:16Z"^^xsd:dateTime]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme-rehab.org" ]; fhir:Coding.code [ fhir:value "alcohol-type" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:35748005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "35748005" ]; fhir:Coding.display [ fhir:value "Wine (substance)" ] ]; fhir:CodeableConcept.text [ fhir:value "Wine" ] ] ], [ fhir:index 1; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme-rehab.org" ]; fhir:Coding.code [ fhir:value "alcohol-type" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:53410008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "53410008" ]; fhir:Coding.display [ fhir:value "Beer (substance)" ] ]; fhir:CodeableConcept.text [ fhir:value "Beer" ] ] ], [ fhir:index 2; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme-rehab.org" ]; fhir:Coding.code [ fhir:value "alcohol-type" ] ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:6524003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "6524003" ]; fhir:Coding.display [ fhir:value " Distilled spirits (substance)" ] ]; fhir:CodeableConcept.text [ fhir:value "Liquor" ] ] ] . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------