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

Generated Narrative

Resource "f005"

identifier: id: 6327 (OFFICIAL)

status: final

code: Hemoglobin [Mass/volume] in Blood (LOINC#718-7)

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

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

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

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

value: 7.2 g/dl (Details: UCUM code g/dL = 'g/dL')

interpretation: Low (ObservationInterpretation#L)

ReferenceRanges

-LowHigh
*7.5 g/dl (Details: UCUM code g/dL = 'g/dL')10 g/dl (Details: UCUM code g/dL = 'g/dL')
" ]; 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 "6327" ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:718-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "718-7" ]; fhir:Coding.display [ fhir:value "Hemoglobin [Mass/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-05T10: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-05T15: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 "7.2"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "g/dl" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "g/dL" ] ]; 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 "L" ]; fhir:Coding.display [ fhir:value "Low" ] ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.low [ fhir:Quantity.value [ fhir:value "7.5"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "g/dl" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "g/dL" ] ]; fhir:Observation.referenceRange.high [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "g/dl" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "g/dL" ] ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------