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

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eICR Condition example: Eve Everywoman- common cold - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "condition-eicr-eve-everywoman-common-cold",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-eicr-eve-everywoman-common-cold</b></p><a name=\"condition-eicr-eve-everywoman-common-cold\"> </a><a name=\"hccondition-eicr-eve-everywoman-common-cold\"> </a><a name=\"condition-eicr-eve-everywoman-common-cold-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 82272006}\">Common cold (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>onset</b>: 2017-09-23</p><p><b>asserter</b>: <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a></p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "82272006",
        "display" : "Common cold (disorder)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "onsetDateTime" : "2017-09-23",
  "asserter" : {
    🔗 "reference" : "Practitioner/practitioner-us-core-henry-seven",
    "display" : "Henry Seven, MD"
  }
}