WildFHIR R4 Enterprise Edition Testing Guide
1.0.0 - current International flag

WildFHIR R4 Enterprise Edition Testing Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient for WildFHIR Purge - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "wildfhir-patient-purge",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient wildfhir-patient-purge</b></p><a name=\"wildfhir-patient-purge\"> </a><a name=\"hcwildfhir-patient-purge\"> </a><a name=\"wildfhir-patient-purge-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Tubee Purged  Male, DoB: 1996-11-21 ( http://example.org/identifiers#1032704)</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=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">49 MEADOW ST MOUNDS OK 74047 </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/identifiers",
      "value" : "1032704"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Purged",
      "given" : [
        "Tubee"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1996-11-21",
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "49 MEADOW ST"
      ],
      "city" : "MOUNDS",
      "state" : "OK",
      "postalCode" : "74047"
    }
  ]
}