One Medical FHIR Implementation Guide
0.1.0 - ci-build

One Medical FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ppv-allergyintolerance-example - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "ppv-allergyintolerance-example",
  "meta" : {
    "versionId" : "9f038091-16ba-4003-b5cd-112d69e80c4b",
    "profile" : [
      🔗 "https://fhir-ig.onemedical.io/StructureDefinition/PPVAllergyIntolerance"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code" : "UNCERTREL",
        "display" : "uncertain reliability"
      }
    ],
    "tag" : [
      {
        "system" : "http://onemedical.com/terminology",
        "code" : "PPV",
        "display" : "One Medical Pay-Per-Visit"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ppv-allergyintolerance-example</b></p><a name=\"ppv-allergyintolerance-example\"> </a><a name=\"hcppv-allergyintolerance-example\"> </a><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\">version: 9f038091-16ba-4003-b5cd-112d69e80c4b</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PPVAllergyIntolerance.html\">PPVAllergyIntolerance</a></p><p style=\"margin-bottom: 0px\">Tag: One Medical Pay-Per-Visit (Details: terminology code PPV = 'One Medical Pay-Per-Visit')</p><p style=\"margin-bottom: 0px\">Security Label: uncertain reliability (Details: ObservationValue code UNCERTREL = 'uncertain reliability')</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 166246006}\">Chlamydia psittaci antibody level</span></p><p><b>patient</b>: <a href=\"Patient/be230957-d0fc-4202-951e-332d0a672d1f\">Patient/be230957-d0fc-4202-951e-332d0a672d1f</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 166246006}\">Chlamydia psittaci antibody level</span></td><td>Moderate</td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "166246006",
        "display" : "Chlamydia psittaci antibody level"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/be230957-d0fc-4202-951e-332d0a672d1f"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "166246006",
              "display" : "Chlamydia psittaci antibody level"
            }
          ]
        }
      ],
      "severity" : "moderate"
    }
  ]
}