International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 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

Patient: minimal example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "66033",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 66033</p><p><b>identifier</b>: 1998041799999, urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76</p><p><b>name</b>: Marie Lux-Brennard </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1998-04-17</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.3.182.4.4",
      "value" : "1998041799999"
    },
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:647515ed-0d5e-4c99-b23d-073fbc593f76"
    }
  ],
  "name" : [
    {
      "family" : "Lux-Brennard",
      "given" : [
        "Marie"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1998-04-17"
}