WHO Case Reporting for COVID-19 Surveillance
0.1.0 - ci-build

WHO Case Reporting for COVID-19 Surveillance - Local Development build (v0.1.0). See the Directory of published versions

: WHO Case Reporting Sample Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "WhoCrSamplePatient",
  "meta" : {
    "profile" : [
      "http://openhie.github.io/covid-19/StructureDefinition/WhoCrPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>address</b>: URY (HOME)</p></div>"
  },
  "address" : [
    {
      "use" : "home",
      "country" : "URY"
    }
  ]
}