This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Real-world patient example (anonymized)
{
"resourceType": "Patient",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>identifier</b>: BSN = 123456789 (official), BSN = 123456789 (official)\n </p>\n <p>\n <b>name</b>: Roel(official)\n </p>\n <p>\n <b>telecom</b>: ph: +31612345678(mobile), ph: +31201234567(home)\n </p>\n <p>\n <b>gender</b>: \n <span title=\"Codes: {http://snomed.info/sct 248153007}, {http://hl7.org/fhir/v3/AdministrativeGender M}\">Male</span>\n </p>\n <p>\n <b>birthDate</b>: 13-Mar 1960\n </p>\n <p>\n <b>deceased[x]</b>: false\n </p>\n <p>\n <b>address</b>: Bos en Lommerplein 280 Amsterdam 1055RW NLD (home)\n </p>\n <p>\n <b>maritalStatus</b>: \n <span title=\"Codes: {http://snomed.info/sct 36629006}, {http://hl7.org/fhir/v3/MaritalStatus M}\">Legally married</span>\n </p>\n <p>\n <b>multipleBirth[x]</b>: false\n </p>\n <p>\n <b>photo</b>: \n </p>\n <h3>Contacts</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Relationship</b>\n </td>\n <td>\n <b>Name</b>\n </td>\n <td>\n <b>Telecom</b>\n </td>\n <td>\n <b>Address</b>\n </td>\n <td>\n <b>Gender</b>\n </td>\n <td>\n <b>Organization</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 127850001}, {http://hl7.org/fhir/patient-contact-relationship partner}\">Wife</span>\n </td>\n <td>Ariadne Bor-Jansma</td>\n <td>ph: +31201234567(home)</td>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n <p>\n <b>communication</b>: \n <span title=\"Codes: {urn:std:iso:639-1 nl-NL}\">Dutch</span>\n </p>\n <p>\n <b>managingOrganization</b>: AUMC\n </p>\n <p>\n <b>active</b>: true\n </p>\n </div>"
},
"identifier": [
{
"use": "official",
"label": "BSN",
"system": "urn:oid:2.16.840.1.113883.2.4.6.3",
"value": "123456789"
},
{
"use": "official",
"label": "BSN",
"system": "urn:oid:2.16.840.1.113883.2.4.6.3",
"value": "123456789"
}
],
"name": [
{
"use": "official",
"text": "Roel",
"family": [
"Bor"
],
"given": [
"Roelof Olaf"
],
"prefix": [
"Drs."
],
"suffix": [
"PDEng."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31612345678",
"use": "mobile"
},
{
"system": "phone",
"value": "+31201234567",
"use": "home"
}
],
"gender": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007",
"display": "Male"
},
{
"system": "http://hl7.org/fhir/v3/AdministrativeGender",
"code": "M",
"display": "Male"
}
]
},
"birthDate": "1960-03-13",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"Bos en Lommerplein 280"
],
"city": "Amsterdam",
"zip": "1055RW",
"country": "NLD"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36629006",
"display": "Legally married"
},
{
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"code": "M"
}
]
},
"multipleBirthBoolean": false,
"photo": [
{
"contentType": "image/jpeg",
"url": "binary/@f006"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "127850001",
"display": "Wife"
},
{
"system": "http://hl7.org/fhir/patient-contact-relationship",
"code": "partner"
}
]
}
],
"name": {
"use": "usual",
"text": "Ariadne Bor-Jansma"
},
"telecom": [
{
"system": "phone",
"value": "+31201234567",
"use": "home"
}
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:std:iso:639-1",
"code": "nl-NL",
"display": "Dutch"
}
]
}
],
"managingOrganization": {
"reference": "Organization/f201",
"display": "AUMC"
},
"active": true
}