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" : "Immunization",
"id" : "27658",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization 27658</b></p><a name=\"27658\"> </a><a name=\"hc27658\"> </a><a name=\"27658-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.984</code>/ImmunizationTO.124697\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:\">HEP B, ADULT</span></p><p><b>patient</b>: <a href=\"Patient-27659.html\">unknown test Unknown, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#27659\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>occurrence</b>: 2022-08-18 16:29:23-0400</p><p><b>primarySource</b>: Absent because : unknown</p><p><b>location</b>: <a href=\"#hc27658/Location-1\">Location ADMISSIONS (LOC)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#hc27658/ex-MHV-organization-552\">Organization DAYTON, OH VAMC</a></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #Location-1</b></p><a name=\"27658/Location-1\"> </a><a name=\"hc27658/Location-1\"> </a><a name=\"27658/Location-1-en-US\"> </a><p><b>name</b>: ADMISSIONS (LOC)</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #ex-MHV-organization-552</b></p><a name=\"27658/ex-MHV-organization-552\"> </a><a name=\"hc27658/ex-MHV-organization-552\"> </a><a name=\"27658/ex-MHV-organization-552-en-US\"> </a><p><b>identifier</b>: L/552\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: DAYTON, OH VAMC</p><p><b>address</b>: 4100 W. THIRD STREET DAYTON OH 45428 USA </p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Location",
"id" : "Location-1",
"name" : "ADMISSIONS (LOC)"
},
{
"resourceType" : "Organization",
"id" : "ex-MHV-organization-552",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.organization"
]
},
"identifier" : [
{
"use" : "usual",
"type" : {
"text" : "L"
},
"system" : "urn:oid:2.16.840.1.113883.4.349",
"value" : "552"
}
],
"active" : true,
"name" : "DAYTON, OH VAMC",
"address" : [
{
"line" : [
"4100 W. THIRD STREET"
],
"city" : "DAYTON",
"state" : "OH",
"postalCode" : "45428",
"country" : "USA"
}
]
}
],
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.4.349.4.984",
"value" : "ImmunizationTO.124697"
}
],
"status" : "completed",
"vaccineCode" : {
"text" : "HEP B, ADULT"
},
"patient" : {
🔗 "reference" : "Patient/27659"
},
"occurrenceDateTime" : "2022-08-18T16:29:23-04:00",
"_primarySource" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unknown"
}
]
},
"location" : {
"reference" : "#Location-1"
},
"performer" : [
{
"actor" : {
"reference" : "#ex-MHV-organization-552"
}
}
]
}