Finnish Base Profiles
1.0.1-cibuild - ci-build
Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "bloodglucose-min",
"meta" : {
"profile" : [
"http://phr.kanta.fi/StructureDefinition/fiphr-sd-bloodglucose"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\"><div class=\"hapiHeaderText\"> Hoitosuunnitelma<b>Boldattuu </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>Patient/bb13623e-2673-4b3e-85d6-5c42f5333cde</td></tr></tbody></table></div>"
},
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:be18620b-ee17-4bd6-8304-102fdd10a38c"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "15074-8",
"display" : "Glucose (Bld) [Moles/Vol]"
}
]
},
"subject" : {
🔗 "reference" : "Patient/bb13623e-2673-4b3e-85d6-5c42f5333cde"
},
"effectiveDateTime" : "2020-10-05",
"issued" : "2019-12-05T09:21:37.130+02:00",
"performer" : [
{
🔗 "reference" : "Patient/bb13623e-2673-4b3e-85d6-5c42f5333cde"
}
],
"valueQuantity" : {
"value" : 7,
"unit" : "mmol/l",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
}