COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Example Encounter - Covid19AssessmentEncounterExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "Covid19AssessmentEncounterExample",
  "meta" : {
    "profile" : [
      "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"Covid19AssessmentEncounterExample\"> </a></p><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\">Resource Encounter &quot;Covid19AssessmentEncounterExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-encounter.html\">Encounter</a></p></div><p><b>Date of next vaccination</b>: 2022-07-28</p><p><b>Ever Hospitalized</b>: Yes (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#373066001)</span></p><p><b>Date Last Hospitalised</b>: 2022-07-28</p><p><b>status</b>: finished</p><p><b>class</b>: short stay (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code SS = 'short stay', stated as 'null')</p><p><b>subject</b>: <a href=\"Patient-Covid19PatientExample.html\">Patient/Covid19PatientExample</a> &quot; SMITH&quot;</p><p><b>period</b>: 2022-07-28 --&gt; 2022-08-15</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td>*</td><td><a href=\"Location-Covid19AdmissionLocationExample.html\">Location/Covid19AdmissionLocationExample</a> &quot;Covid19 Location&quot;</td><td>Ward <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#225746001)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-next-vaccination",
      "valueDateTime" : "2022-07-28"
    },
    {
      "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-ever-hospitalised",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "373066001"
          }
        ]
      }
    },
    {
      "url" : "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-date-last-hospitalised",
      "valueDateTime" : "2022-07-28"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "SS"
  },
  "subject" : {
    "reference" : "Patient/Covid19PatientExample"
  },
  "period" : {
    "start" : "2022-07-28",
    "end" : "2022-08-15"
  },
  "location" : [
    {
      "location" : {
        "reference" : "Location/Covid19AdmissionLocationExample"
      },
      "physicalType" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "225746001"
          }
        ]
      }
    }
  ]
}