MyHealtheVet use of PGHD
0.2.10-beta - ci-build United States of America flag

MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of an MHV allergy R4 to aspirin, no note - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "ex-MHV-allergy-0",
  "meta" : {
    "profile" : [
      🔗 "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.allergy"
    ],
    "tag" : [
      {
        "system" : "https://wiki.mobilehealth.va.gov/x/Onc1C",
        "code" : "2ce6d9aa-c068-4809-8dda-662bcb16d09a"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AllergyIntolerance</b><a name=\"ex-MHV-allergy-0\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource AllergyIntolerance &quot;ex-MHV-allergy-0&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VA.MHV.allergy.html\">VA MHV Allergy or Intolerance</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-allergyintolerance-clinical.html\">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-allergyintolerance-verification.html\">AllergyIntolerance Verification Status</a>#unconfirmed)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Aspirin allergy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#293586001)</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>onset</b>: 2020-12-25 23:50:50-0500</p><p><b>recordedDate</b>: 2020-12-25 23:50:50-0500</p><p><b>recorder</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>asserter</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>note</b>: hard to breath, but able to</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Anaphylaxis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#39579001)</span></td><td>Anaphylaxis</td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "unconfirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "medication"
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "293586001",
        "display" : "Aspirin allergy"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "onsetDateTime" : "2020-12-25T23:50:50-05:00",
  "recordedDate" : "2020-12-25T23:50:50-05:00",
  "recorder" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "asserter" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "note" : [
    {
      "text" : "hard to breath, but able to"
    }
  ],
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "39579001",
              "display" : "Anaphylaxis"
            }
          ]
        }
      ],
      "description" : "Anaphylaxis"
    }
  ]
}