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" : "AllergyIntolerance",
"id" : "ex-MHV-allergy-14",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.allergyIntolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ex-MHV-allergy-14</b></p><a name=\"ex-MHV-allergy-14\"> </a><a name=\"hcex-MHV-allergy-14\"> </a><a name=\"ex-MHV-allergy-14-en-US\"> </a><p><b>identifier</b>: <code>http://va.gov/systems/979_120.8</code>/69124\u00a0(use:\u00a0official,\u00a0)</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:\">PEANUTS</span></p><p><b>patient</b>: <a href=\"Patient-ex-MHV-patient-89486.html\">MHVPDAADLZ MHVASPXXI Unknown, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#89486\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>recordedDate</b>: 2013-05-13 17:36:00+0000</p><p><b>recorder</b>: Organization 979</p><p><b>note</b>: TEST SSC 5/13/2013 ( @2013-05-13 17:38:22+0000)</p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4538635}\">RASH</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4637183}\">RESPIRATORY DISTRESSELLING</span></p></blockquote><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.6.233 4691091}\">NAUSEA AND VOMITING</span></p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #ex-MHV-organization-979</b></p><a name=\"ex-MHV-allergy-14/ex-MHV-organization-979\"> </a><a name=\"hcex-MHV-allergy-14/ex-MHV-organization-979\"> </a><a name=\"ex-MHV-allergy-14/ex-MHV-organization-979-en-US\"> </a><p><b>identifier</b>: FI/979\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Organization 979</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Organization",
"id" : "ex-MHV-organization-979",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.organization"
]
},
"identifier" : [
{
"use" : "usual",
"type" : {
"text" : "FI"
},
"system" : "urn:oid:2.16.840.1.113883.4.349",
"value" : "979"
}
],
"active" : true,
"name" : "Organization 979"
}
],
"extension" : [
{
"url" : "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/allergyObservedHistoric",
"valueCode" : "o"
}
],
"identifier" : [
{
"use" : "official",
"system" : "http://va.gov/systems/979_120.8",
"value" : "69124"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active"
}
]
},
"category" : [
"food"
],
"code" : {
"text" : "PEANUTS"
},
"patient" : {
🔗 "reference" : "Patient/ex-MHV-patient-89486"
},
"recordedDate" : "2013-05-13T17:36:00Z",
"recorder" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
"valueReference" : {
"reference" : "#ex-MHV-organization-979"
}
}
],
"display" : "Organization 979"
},
"note" : [
{
"time" : "2013-05-13T17:38:22Z",
"text" : "TEST SSC 5/13/2013 "
}
],
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.6.233",
"code" : "4538635"
}
],
"text" : "RASH"
}
]
},
{
"manifestation" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.6.233",
"code" : "4637183"
}
],
"text" : "RESPIRATORY DISTRESSELLING"
}
]
},
{
"manifestation" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.6.233",
"code" : "4691091"
}
],
"text" : "NAUSEA AND VOMITING"
}
]
}
]
}