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" : "2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.vitals"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba</b></p><a name=\"2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba\"> </a><a name=\"hc2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba\"> </a><a name=\"2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/VitalSignTO.2866197\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 8302-2}\">HEIGHT</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>: 2000-09-11 13:29:00+0000</p><p><b>performer</b>: Location 3318</p><p><b>value</b>: 71 in_i<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code[in_i] = '[in_i]')</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #location-3318</b></p><a name=\"2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba/location-3318\"> </a><a name=\"hc2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba/location-3318\"> </a><a name=\"2e7c9ebc-0d3f-4f41-9b85-5f1842daf4ba/location-3318-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/HospitalLocationTO.3318\u00a0(use:\u00a0usual,\u00a0)</p><p><b>name</b>: GI APPALANENI</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "location-3318",
"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.3318"
}
],
"name" : "GI APPALANENI"
}
],
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
"value" : "VitalSignTO.2866197"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8302-2",
"display" : "Body height"
}
],
"text" : "HEIGHT"
},
"subject" : {
🔗 "reference" : "Patient/ex-MHV-patient-2"
},
"effectiveDateTime" : "2000-09-11T13:29:00Z",
"performer" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference" : {
"reference" : "#location-3318"
}
}
],
"display" : "Location 3318"
}
],
"valueQuantity" : {
"value" : 71,
"unit" : "in_i",
"system" : "http://unitsofmeasure.org",
"code" : "[in_i]"
}
}