electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Condition-eicr-condition-eve-everywoman-common-cold

Raw json

{
  "resourceType" : "Condition",
  "id" : "eicr-condition-eve-everywoman-common-cold",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <thead>
          <tr>
            <th>id</th>
            <th>Condition</th>
            <th>Condition Category</th>
            <th>Condition Code/Code System</th>
            <th>Date(s)</th>
            <th>Asserter</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>eicr-condition-eve-everywoman-common-cold</td>
            <td>Common cold (disorder)</td>
            <td>Diagnosis</td>
            <td>82272006 / SNOMED CT</td>
            <td>APR 6, 2018</td>
            <td>Henry Seven, MD</td>
          </tr>
        </tbody>
      </table>
    </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/identifier-type",
            "code" : "FILL",
            "display" : "Filler Identifier"
          }
        ],
        "text" : "Filler Identifier"
      },
      "system" : "https://acme.labs/identifiers",
      "value" : "7d5a02b0-67a4-11db-bd13-0800200c9a66"
    }
  ],
  "clinicalStatus" : "active",
  "verificationStatus" : "confirmed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "82272006",
        "display" : "Common cold (disorder)"
      }
    ],
    "text" : "Common cold (disorder)"
  },
  "subject" : {
    "reference" : "Patient/ecr-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "context" : {
    "reference" : "Encounter/eicr-encounter-eve-everywoman-20180401",
    "display" : "eICR Encounter: Eve Everywoman"
  },
  "assertedDate" : "2017-11-06T10:25:23Z",
  "asserter" : {
    "reference" : "Practitioner/ecr-practitioner-henry-seven",
    "display" : "Henry Seven, MD"
  }
}