0.3.3 - ci-build
VkpObservation - Local Development build (v0.3.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "vkp-heartrate-create",
"meta" : {
"versionId" : "0",
"lastUpdated" : "2022-03-18T22:35:23+11:00",
"source" : "Thomas",
"profile" : [
🔗 "http://hl7.no/fhir/vkpobservation/StructureDefinition/vkp-Observation-Heartrate"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation vkp-heartrate-create</b></p><a name=\"vkp-heartrate-create\"> </a><a name=\"hcvkp-heartrate-create\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 0; Last updated: 2022-03-18 22:35:23+1100; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.2.0&canonical=http://fhir.org/packages/hl7.fhir.no.basis/Thomas\">Thomas</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vkp-Observation-Heartrate.html\">Vkp VitalSigns Observation - Heart rate</a></p></div><p><b>identifier</b>: <code>http://dips.no/fhir/namingsystem/externalId</code>/testheartrateexternalId4</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8867-4}, {http://snomed.info/sct 364075005}\">Heartrate</span></p><p><b>subject</b>: Identifier: <code>urn:oid:2.16.578.1.12.4.1.4.1</code>/1000239</p><p><b>effective</b>: 2022-03-16</p><p><b>performer</b>: Identifier: <code>urn:oid:2.16.578.1.12.4.1.4.1</code>/889911</p><p><b>value</b>: 50 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code/min = '/min')</span></p><p><b>note</b>: </p><blockquote><div><p>Demo Heartrate</p>\n</div></blockquote></div>"
},
"identifier" : [
{
"system" : "http://dips.no/fhir/namingsystem/externalId",
"value" : "testheartrateexternalId4"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8867-4",
"display" : "Heart rate"
},
{
"system" : "http://snomed.info/sct",
"code" : "364075005",
"display" : "Heart Rate"
}
],
"text" : "Heartrate"
},
"subject" : {
"identifier" : {
"system" : "urn:oid:2.16.578.1.12.4.1.4.1",
"value" : "1000239"
}
},
"effectiveDateTime" : "2022-03-16",
"performer" : [
{
"identifier" : {
"system" : "urn:oid:2.16.578.1.12.4.1.4.1",
"value" : "889911"
}
}
],
"valueQuantity" : {
"value" : 50,
"unit" : "/min",
"system" : "http://unitsofmeasure.org",
"code" : "/min"
},
"note" : [
{
"text" : "Demo Heartrate"
}
]
}