John Moehrke Correction Example
0.1.0 - ci-build International flag

John Moehrke Correction Example, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/correction/ and changes regularly. See the Directory of published versions

: Food Allergy Observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ex-observation-food",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ex-observation-food</b></p><a name=\"ex-observation-food\"> </a><a name=\"hcex-observation-food\"> </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\"/><p style=\"margin-bottom: 0px\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>identifier</b>: <code>http://example.org/observation-identifiers</code>/obs-food-allergy-001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category symptom}\">Allergy</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 48765-2}\">Allergy to food</span></p><p><b>subject</b>: <a href=\"http://example.org/Patient/ex-patient\">http://example.org/Patient/ex-patient</a></p><p><b>effective</b>: 2023-01-15 10:00:00+0000</p><p><b>performer</b>: <a href=\"http://example.org/Practitioner/ex-practitioner\">http://example.org/Practitioner/ex-practitioner</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 235719002}\">Allergy to peanuts</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation A}\">Abnormal</span></p><p><b>note</b>: </p><blockquote><div><p>Patient has a known allergy to peanuts. Avoid all peanut-containing products.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/observation-identifiers",
      "value" : "obs-food-allergy-001"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "symptom"
        }
      ],
      "text" : "Allergy"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "48765-2"
      }
    ],
    "text" : "Allergy to food"
  },
  "subject" : {
    "reference" : "http://example.org/Patient/ex-patient"
  },
  "effectiveDateTime" : "2023-01-15T10:00:00Z",
  "performer" : [
    {
      "reference" : "http://example.org/Practitioner/ex-practitioner"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "235719002"
      }
    ],
    "text" : "Allergy to peanuts"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "A"
        }
      ],
      "text" : "Abnormal"
    }
  ],
  "note" : [
    {
      "text" : "Patient has a known allergy to peanuts. Avoid all peanut-containing products."
    }
  ]
}