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

Generated Narrative

Resource "f002"

identifier: id: 6324 (OFFICIAL)

status: final

code: Base excess in Blood by calculation (LOINC#11555-0)

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

effective: 2013-04-02T10:30:10+01:00 --> 2013-04-05T10:30:10+01:00

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

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

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

interpretation: High (ObservationInterpretation#H)

ReferenceRanges

-LowHigh
*7.1 mmol/l (Details: UCUM code mmol/L = 'mmol/L')11.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 "6324" ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:11555-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "11555-0" ]; fhir:Coding.display [ fhir:value "Base excess in Blood by calculation" ] ] ]; 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-02T10:30:10+01:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2013-04-05T10: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 "12.6"^^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 "7.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 "11.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 . # -------------------------------------------------------------------------------------