OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

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

: OpenMRS Allergy Intolerance Example - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "5b829d01-34bb-47d1-b1bb-9303c3a9ebc",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-AllergyIntolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 5b829d01-34bb-47d1-b1bb-9303c3a9ebc</b></p><a name=\"5b829d01-34bb-47d1-b1bb-9303c3a9ebc\"> </a><a name=\"hc5b829d01-34bb-47d1-b1bb-9303c3a9ebc\"> </a><a name=\"5b829d01-34bb-47d1-b1bb-9303c3a9ebc-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.openmrs.org/code-system/allergyID</code>/dce9740a-1691-11df-97a5-7038c432aabf</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">active</span></p><p><b>patient</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID:\u00a04343534\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>recorder</b>: <a href=\"Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html\">Super User</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://openconceptlab.org/orgs/CIEL/sources/CIEL 162298}\">162298</span></td><td><span title=\"Codes:{http://loinc.org 22748-8}\">Cholesterol in LDL [Moles/volume] in Serum or Plasma</span></td><td>Mild</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.openmrs.org/code-system/allergyID",
      "value" : "dce9740a-1691-11df-97a5-7038c432aabf"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "active"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/example-openmrs-Patient",
    "type" : "Patient"
  },
  "recorder" : {
    🔗 "reference" : "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2",
    "type" : "Practitioner",
    "display" : "Super User"
  },
  "reaction" : [
    {
      "substance" : {
        "coding" : [
          {
            "system" : "https://openconceptlab.org/orgs/CIEL/sources/CIEL",
            "code" : "162298"
          }
        ]
      },
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "22748-8"
            }
          ]
        }
      ],
      "severity" : "mild"
    }
  ]
}