HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: RR Relevant Reportable Condition Observation Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-rr-relevant-reportable-condition-observation",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-relevant-reportable-condition-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> The RR Relevant Reportable Condition Observation does not contain narrative text. The information from this resource is parsed and contained in \n            <a href=\"StructureDefinition-rr-composition-definitions.html#Composition.section:sliceRRSummarySection.text\">Composition[rr-composition].section:sliceRRSummarySection.text</a> according to the guidlines set\n            out here: \n            <a href=\"reportability_response_narrative_guidance.html\">Reportability Response Narrative Guidance</a>. \n        </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "64572001"
      },
      {
        "system" : "http://loinc.org",
        "code" : "75323-6"
      }
    ],
    "text" : "Condition"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "3928002",
        "display" : "Zika virus disease (disorder)"
      }
    ]
  },
  "hasMember" : [
    {
      🔗 "reference" : "Observation/observation-rr-reportability-information-observation"
    }
  ]
}