HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.0 - STU 2 US

This page is part of the electronic Case Reporting (eCR) (v2.1.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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" : {
    "versionId" : "4",
    "lastUpdated" : "2021-08-17T07:59:01.040+00:00",
    "source" : "#rU2tzvaNrwcg0mRI",
    "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"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "3928002",
        "display" : "Zika virus disease (disorder)"
      }
    ]
  },
  "hasMember" : [
    {
      "reference" : "Observation/observation-rr-reportability-information-observation"
    }
  ]
}