COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions
: Example Patient - Covid19PatientExample - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "Covid19PatientExample",
"meta" : {
"profile" : [
"http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1986-06-04 ( Passport number: PASSPORT1234567)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">id:\u00a0NAT1234567</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+27825556666\">+27825556666</a></li><li><a href=\"mailto:someone@example.com\">someone@example.com</a></li><li>Cape Town Western Province South Africa </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>John Doe </li><li><a href=\"tel:+27829999999\">+27829999999</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-Covid19OrganizationExample.html\">Organization/Covid19OrganizationExample</a> "Covid19 Organization"</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PPN"
}
]
},
"system" : "http://openhie.org/fhir/covid19-casereporting/identifier/passport",
"value" : "PASSPORT1234567"
},
{
"system" : "http://openhie.org/fhir/covid19-casereporting/identifier/nid",
"value" : "NAT1234567"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Smith",
"given" : [
"Jane",
"Maria"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+27825556666"
},
{
"system" : "email",
"value" : "someone@example.com"
}
],
"gender" : "female",
"birthDate" : "1986-06-04",
"address" : [
{
"city" : "Cape Town",
"district" : "City of Cape Town",
"state" : "Western Province",
"country" : "South Africa"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N"
}
]
}
],
"name" : {
"family" : "Doe",
"given" : [
"John"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "+27829999999"
}
]
}
],
"managingOrganization" : {
"reference" : "Organization/Covid19OrganizationExample"
}
}