Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 - Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot 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

Page standards status: Informative

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\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-rr-relevant-reportable-condition-observation</b></p><a name=\"observation-rr-relevant-reportable-condition-observation\"> </a><a name=\"hcobservation-rr-relevant-reportable-condition-observation\"> </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\">Profile: <a href=\"StructureDefinition-rr-relevant-reportable-condition-observation.html\">RR Relevant Reportable Condition Observation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 64572001}, {http://loinc.org 75323-6}\">Condition</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 3928002}\">Zika virus disease (disorder)</span></p><p><b>hasMember</b>: <a href=\"Observation-observation-rr-reportability-information-observation.html\">Observation Patient home address</a></p></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"
    }
  ]
}