MyHealtheVet PHR FHIR API
0.3.9-current - ci-build
MyHealtheVet PHR FHIR API, published by VA Digital Services. This guide is not an authorized publication; it is the continuous build for version 0.3.9-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/department-of-veterans-affairs/mhv-fhir-phr-mapping/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Observation",
"id" : "3191113f-b350-4ec6-bfbb-6ec6b2fb448c",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.vitalsBP"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 3191113f-b350-4ec6-bfbb-6ec6b2fb448c</b></p><a name=\"3191113f-b350-4ec6-bfbb-6ec6b2fb448c\"> </a><a name=\"hc3191113f-b350-4ec6-bfbb-6ec6b2fb448c\"> </a><a name=\"3191113f-b350-4ec6-bfbb-6ec6b2fb448c-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/VitalSignTO.3303289\u00a0(use:\u00a0usual,\u00a0)</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 85354-9}\">BLOOD PRESSURE</span></p><p><b>subject</b>: <a href=\"Patient-ex-MHV-patient-2.html\">ROBERT MHVLISAONE Male, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#2\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2001-07-06 13:04:00+0000</p><p><b>performer</b>: Location 2801</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 130 mmHg<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://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 62 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #location-2901</b></p><a name=\"3191113f-b350-4ec6-bfbb-6ec6b2fb448c/location-2901\"> </a><a name=\"hc3191113f-b350-4ec6-bfbb-6ec6b2fb448c/location-2901\"> </a><a name=\"3191113f-b350-4ec6-bfbb-6ec6b2fb448c/location-2901-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/HospitalLocationTO.2901\u00a0(use:\u00a0usual,\u00a0)</p><p><b>name</b>: REHAB-SCI MD</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "location-2901",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.location"
]
},
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
"value" : "HospitalLocationTO.2901"
}
],
"name" : "REHAB-SCI MD"
}
],
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
"value" : "VitalSignTO.3303289"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85354-9",
"display" : "Blood pressure panel with all children optional"
}
],
"text" : "BLOOD PRESSURE"
},
"subject" : {
🔗 "reference" : "Patient/ex-MHV-patient-2"
},
"effectiveDateTime" : "2001-07-06T13:04:00Z",
"performer" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference" : {
"reference" : "#location-2901"
}
}
],
"display" : "Location 2801"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6",
"display" : "Systolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 130,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastolic blood pressure"
}
]
},
"valueQuantity" : {
"value" : 62,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}