Administration
This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0:
R5
-
Mixed
Normative
and
STU
)
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
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
| Patient Administration Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Patient , Practitioner , RelatedPerson |
Raw JSON ( canonical form + also see JSON Format Specification )
Real-world patient example (anonymized)
{
"resourceType": "Patient",
"id": "f201",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>identifier</b>: BSN = 123456789 (OFFICIAL), BSN = 123456789 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Roel(OFFICIAL)</p><p><b>telecom</b>: ph: +31612345678(MOBILE), ph: +31201234567(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 13/03/1960</p><p><b>deceased</b>: false</p><p><b>address</b>: Bos en Lommerplein 280 Amsterdam 1055RW NLD (HOME)</p><p><b>maritalStatus</b>: Legally married <span>(Details : {SNOMED CT code '36629006' = 'Legal marriage', given as 'Legally married'}; {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus code 'M' = 'Married)</span></p><p><b>multipleBirth</b>: false</p><p><b>photo</b>: </p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Wife <span>(Details : {SNOMED CT code '127850001' = 'Wife', given as 'Wife'}; {http://terminology.hl7.org/CodeSystem/v2-0131 code 'N' = 'Next-of-Kin; {http://terminology.hl7.org/CodeSystem/v3-RoleCode code 'WIFE' = 'wife)</span></td><td>Ariadne Bor-Jansma</td><td>ph: +31201234567(HOME)</td></tr></table><h3>Communications</h3><table><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Dutch <span>(Details : {urn:ietf:bcp:47 code 'nl-NL' = 'Dutch (Region=Netherlands)', given as 'Dutch'})</span></td><td>true</td></tr></table><p><b>managingOrganization</b>: <a>AUMC</a></p></div>"
"resourceType" : "Patient",
"id" : "f201",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Roel(OFFICIAL)</b> male, DoB: 1960-03-13 ( BSN:\u00a0123456789\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td><span title=\"Codes: {http://snomed.info/sct 36629006}, {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Legally married</span></td><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">BSN:\u00a0123456789\u00a0(use:\u00a0OFFICIAL)</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:+31612345678\">+31612345678</a></li><li><a href=\"tel:+31201234567\">+31201234567</a></li><li>Bos en Lommerplein 280 Amsterdam 1055RW NLD (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:ietf:bcp:47 nl-NL}\">Dutch</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Wife\">Wife:</td><td colspan=\"3\"><ul><li>Ariadne Bor-Jansma</li><li><a href=\"tel:+31201234567\">+31201234567</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-example-f201-aumc.html\">Organization/f201: AUMC</a> "Artis University Medical Center (AUMC)"</li></ul></td></tr></table></div>"
},
"identifier": [
{
"use": "official",
"type": {
"text": "BSN"
},
"system": "urn:oid:2.16.840.1.113883.2.4.6.3",
"value": "123456789"
"identifier" : [{
"use" : "official",
"type" : {
"text" : "BSN"
},
{
"use": "official",
"type": {
"text": "BSN"
},
"system": "urn:oid:2.16.840.1.113883.2.4.6.3",
"value": "123456789"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Roel",
"family": "Bor",
"given": [
"Roelof Olaf"
],
"prefix": [
"Drs."
],
"suffix": [
"PDEng."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31612345678",
"use": "mobile"
"system" : "urn:oid:2.16.840.1.113883.2.4.6.3",
"value" : "123456789"
},
{
"use" : "official",
"type" : {
"text" : "BSN"
},
{
"system": "phone",
"value": "+31201234567",
"use": "home"
}
],
"gender": "male",
"birthDate": "1960-03-13",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"line": [
"Bos en Lommerplein 280"
],
"city": "Amsterdam",
"postalCode": "1055RW",
"country": "NLD"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36629006",
"display": "Legally married"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
"system" : "urn:oid:2.16.840.1.113883.2.4.6.3",
"value" : "123456789"
}],
"active" : true,
"name" : [{
"use" : "official",
"text" : "Roel",
"family" : "Bor",
"given" : ["Roelof Olaf"],
"prefix" : ["Drs."],
"suffix" : ["PDEng."]
}],
"telecom" : [{
"system" : "phone",
"value" : "+31612345678",
"use" : "mobile"
},
"multipleBirthBoolean": false,
"photo": [
{
"contentType": "image/jpeg",
"url": "Binary/f006"
}
],
"contact": [
{
"system" : "phone",
"value" : "+31201234567",
"use" : "home"
}],
"gender" : "male",
"birthDate" : "1960-03-13",
"deceasedBoolean" : false,
"address" : [{
"use" : "home",
"line" : ["Bos en Lommerplein 280"],
"city" : "Amsterdam",
"postalCode" : "1055RW",
"country" : "NLD"
}],
"maritalStatus" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "36629006",
"display" : "Legally married"
},
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "127850001",
"display": "Wife"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "WIFE"
}
]
}
],
"name": {
"use": "usual",
"text": "Ariadne Bor-Jansma"
"system" : "http://terminology.hl7.org/CodeSystem/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"
},
"telecom": [
{
"system": "phone",
"value": "+31201234567",
"use": "home"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "nl-NL",
"display": "Dutch"
}
]
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N"
},
"preferred": true
}
],
"managingOrganization": {
"reference": "Organization/f201",
"display": "AUMC"
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "WIFE"
}]
}],
"name" : {
"use" : "usual",
"text" : "Ariadne Bor-Jansma"
},
"telecom" : [{
"system" : "phone",
"value" : "+31201234567",
"use" : "home"
}]
}],
"communication" : [{
"language" : {
"coding" : [{
"system" : "urn:ietf:bcp:47",
"code" : "nl-NL",
"display" : "Dutch"
}]
},
"preferred" : true
}],
"managingOrganization" : {
"reference" : "Organization/f201",
"display" : "AUMC"
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R5
hl7.fhir.core#5.0.0
generated
on
Fri,
Nov
1,
2019
09:36+1100.
QA
Page
Sun,
Mar
26,
2023
15:25+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R4B
|
|
Propose
a
change