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" : "ex-MHV-oximetry-1",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.vitalsOx"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ex-MHV-oximetry-1</b></p><a name=\"ex-MHV-oximetry-1\"> </a><a name=\"hcex-MHV-oximetry-1\"> </a><a name=\"ex-MHV-oximetry-1-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/VitalSignTO.6544753\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 59408-5}, {http://loinc.org 2708-6}\">PULSE OXIMETRY</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>: 2023-10-26 11:33:31-0500</p><p><b>performer</b>: Location 3713</p><p><b>value</b>: 95 percent<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>DataAbsentReason</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4688666}\">NASAL CANNULA</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason not-applicable}\">Not Applicable</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #location-3713</b></p><a name=\"ex-MHV-oximetry-1/location-3713\"> </a><a name=\"hcex-MHV-oximetry-1/location-3713\"> </a><a name=\"ex-MHV-oximetry-1/location-3713-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/HospitalLocationTO.3713\u00a0(use:\u00a0usual,\u00a0)</p><p><b>name</b>: 000-EYE NON TREATMENT (LOC)</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "location-3713",
"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.3713"
}
],
"name" : "000-EYE NON TREATMENT (LOC)"
}
],
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/observation-deviceCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "336623009",
"display" : "Oxygen nasal cannula"
}
]
}
}
],
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.4.349.4.989",
"value" : "VitalSignTO.6544753"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "59408-5"
},
{
"system" : "http://loinc.org",
"code" : "2708-6",
"display" : "Oxygen saturation in Arterial blood"
}
],
"text" : "PULSE OXIMETRY"
},
"subject" : {
🔗 "reference" : "Patient/ex-MHV-patient-2"
},
"effectiveDateTime" : "2023-10-26T11:33:31-05:00",
"performer" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference" : {
"reference" : "#location-3713"
}
}
],
"display" : "Location 3713"
}
],
"valueQuantity" : {
"value" : 95,
"unit" : "percent",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.6.233",
"code" : "4688666",
"display" : "NASAL CANNULA"
}
]
},
"dataAbsentReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code" : "not-applicable"
}
]
}
}
]
}