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

Generated Narrative

Resource "bmi-using-related"

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: BMI (LOINC#39156-5 "Body mass index (BMI) [Ratio]")

subject: Patient/example "Peter CHALMERS"

effective: 1999-07-02

value: 16.2 kg/m2 (Details: UCUM code kg/m2 = 'kg/m2')

derivedFrom:

" ]; 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 "vital-signs" ]; fhir:Coding.display [ fhir:value "Vital Signs" ] ]; fhir:CodeableConcept.text [ fhir:value "Vital Signs" ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:39156-5; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "39156-5" ]; fhir:Coding.display [ fhir:value "Body mass index (BMI) [Ratio]" ] ]; fhir:CodeableConcept.text [ fhir:value "BMI" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "1999-07-02"^^xsd:date]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "16.2"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "kg/m2" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "kg/m2" ] ]; fhir:Observation.derivedFrom [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/bodyheight" ]; fhir:Reference.display [ fhir:value "Body Height" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/example" ]; fhir:Reference.display [ fhir:value "Body Weight" ] ] . a fhir:Patient . a fhir:Observation . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------