Situational Awareness for Novel Epidemic Response
0.1.0 - STU Ballot

This page is part of the Situational Awareness for Novel Epidemic Response (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Condition4b - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "Condition4b",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: Con234567</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 233604007}\">Pneumonia</span></p><p><b>subject</b>: <a href=\"Patient-Patient4b.html\">Generated Summary: id: Pat234567; gender: female; birthDate: 1967-08-23</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://sanerproject.org/test/Condition",
      "value" : "Con234567"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "233604007"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Patient4b"
  }
}