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

Generated Narrative

Resource "f001"

identifier: id: 6323 (OFFICIAL)

status: final

code: Glucose [Moles/volume] in Blood (LOINC#15074-8)

subject: Patient/f001: P. van de Heuvel "Pieter VAN DE HEUVEL"

effective: 2013-04-02T09:30:10+01:00 --> (ongoing)

issued: 04/04/2013 1:30:10 AM

performer: Practitioner/f005: A. Langeveld "Langeveld ANNE"

value: 6.3 mmol/l (Details: UCUM code mmol/L = 'mmol/L')

interpretation: High (ObservationInterpretation#H)

ReferenceRanges

-LowHigh
*3.1 mmol/l (Details: UCUM code mmol/L = 'mmol/L')6.2 mmol/l (Details: UCUM code mmol/L = 'mmol/L')
" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://www.bmc.nl/zorgportal/identifiers/observations" ]; fhir:Identifier.value [ fhir:value "6323" ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:15074-8; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "15074-8" ]; fhir:Coding.display [ fhir:value "Glucose [Moles/volume] in Blood" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/f001" ]; fhir:Reference.display [ fhir:value "P. van de Heuvel" ] ]; fhir:Observation.effectivePeriod [ fhir:Period.start [ fhir:value "2013-04-02T09:30:10+01:00"^^xsd:dateTime ] ]; fhir:Observation.issued [ fhir:value "2013-04-03T15:30:10+01:00"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f005" ]; fhir:Reference.display [ fhir:value "A. Langeveld" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "6.3"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mmol/l" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mmol/L" ] ]; fhir:Observation.interpretation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ]; fhir:Coding.code [ fhir:value "H" ]; fhir:Coding.display [ fhir:value "High" ] ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "3.1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mmol/l" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mmol/L" ] ]; fhir:Observation.referenceRange.high [ fhir:Quantity.value [ fhir:value "6.2"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mmol/l" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "mmol/L" ] ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------