Virtually Healthcare HL7 FHIR R4 Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR R4 Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/HL7-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "3114",
"meta" : {
"profile" : [
🔗 "https://fhir.virtually.healthcare/StructureDefinition/Observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 3114</b></p><a name=\"3114\"> </a><a name=\"hc3114\"> </a><a name=\"3114-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/3114\u00a0(use:\u00a0secondary,\u00a0), <code>https://emis.com/Id/Event/GUID</code>/cb41876b-ce8e-40c2-b6c1-1351d3e4e04a\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Unknown</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 85354-9}, {http://snomed.info/sct 75367002}\">Blood Pressure 148/88 mmHg</span></p><p><b>subject</b>: <a href=\"Patient-3.html\">Daniel O'Donnell Male, DoB: 1947-12-30 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2005-10-14 00:00:00+0000</p><p><b>issued</b>: 2005-10-14 00:00:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-3125f0c4-c773-48a6-bf33-10a5106f6448.html\">Dr Brian Harding</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 72313002}, {http://loinc.org 8480-6}\">Systolic blood pressure, 148 mm Hg</span></p><p><b>value</b>: 148.0 mm Hg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1091811000000102}, {http://loinc.org 8462-4}\">Diastolic blood pressure, 88 mm Hg</span></p><p><b>value</b>: 88.0 mm Hg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
},
"identifier" : [
{
"use" : "secondary",
"system" : "https://emis.com/Id/Event/DBID",
"value" : "3114",
"assigner" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "F83004"
}
}
},
{
"use" : "usual",
"system" : "https://emis.com/Id/Event/GUID",
"value" : "cb41876b-ce8e-40c2-b6c1-1351d3e4e04a",
"assigner" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "F83004"
}
}
}
],
"status" : "unknown",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85354-9"
},
{
"system" : "http://snomed.info/sct",
"code" : "75367002",
"display" : "Blood pressure"
}
],
"text" : "Blood Pressure 148/88 mmHg"
},
"subject" : {
🔗 "reference" : "Patient/3",
"type" : "Patient"
},
"effectiveDateTime" : "2005-10-14T00:00:00+00:00",
"issued" : "2005-10-14T00:00:00.000+00:00",
"performer" : [
{
🔗 "reference" : "Practitioner/3125f0c4-c773-48a6-bf33-10a5106f6448",
"type" : "Practitioner",
"identifier" : {
"system" : "https://fhir.hl7.org.uk/Id/gmp-number",
"value" : "G3371701"
},
"display" : "Dr Brian Harding"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "72313002",
"display" : "Systolic arterial pressure"
},
{
"system" : "http://loinc.org",
"code" : "8480-6"
}
],
"text" : "Systolic blood pressure, 148 mm Hg"
},
"valueQuantity" : {
"value" : 148.0,
"unit" : "mm Hg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1091811000000102",
"display" : "Diastolic arterial pressure"
},
{
"system" : "http://loinc.org",
"code" : "8462-4"
}
],
"text" : "Diastolic blood pressure, 88 mm Hg"
},
"valueQuantity" : {
"value" : 88.0,
"unit" : "mm Hg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}