International Patient Summary Implementation Guide (Release 0.3.0 STU1 Ballot)

This page is part of the International Patient Summary Implementation Guide (v0.3.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Patient-66033

Download Raw json

{
  "resourceType" : "Patient",
  "id" : "66033",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<div class=\"hapiHeaderText\">Marie \n            <b>LUX-BRENNARD </b>\n\t\t\t</div>\n\t\t\t<table class=\"hapiPropertyTable\">\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Identifier</td>\n\t\t\t\t\t\t<td>1998041799999</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Date of birth</td>\n\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t<span>17 April 1998</span>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.3.182.4.4",
      "value" : "1998041799999"
    },
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "647515ed-0d5e-4c99-b23d-073fbc593f76"
    }
  ],
  "name" : [
    {
      "family" : "Lux-Brennard",
      "given" : [
        "Marie"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1998-04-17"
}