Administration
This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Patient Administration Work Group |
|
Compartments : Patient , Practitioner , RelatedPerson |
Raw
Turtle
,
JSON-LD
(+
also
see
Turtle/RDF
Format
Specification
)
Real-world patient example (anonymized)
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/Patient/f201> a fhir:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "f201"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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://hl7.org/fhir/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://hl7.org/fhir/v2/0131 code 'N' = 'Next-of-Kin; {http://hl7.org/fhir/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>" ]; fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.type [ fhir:CodeableConcept.text [ fhir:value "BSN" ] ]; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.6.3" ]; fhir:Identifier.value [ fhir:value "123456789" ] ], [ fhir:index 1; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.type [ fhir:CodeableConcept.text [ fhir:value "BSN" ] ]; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.6.3" ]; fhir:Identifier.value [ fhir:value "123456789" ] ]; fhir:Patient.active [ fhir:value "true"^^xsd:boolean]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.text [ fhir:value "Roel" ]; fhir:HumanName.family [ fhir:value "Bor" ]; fhir:HumanName.given [ fhir:value "Roelof Olaf"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Drs."; fhir:index 0 ]; fhir:HumanName.suffix [ fhir:value "PDEng."; fhir:index 0 ] ]; fhir:Patient.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+31612345678" ]; fhir:ContactPoint.use [ fhir:value "mobile" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+31201234567" ]; fhir:ContactPoint.use [ fhir:value "home" ] ]; fhir:Patient.gender [ fhir:value "male"]; fhir:Patient.birthDate [ fhir:value "1960-03-13"^^xsd:date]; fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean]; fhir:Patient.address [ fhir:index 0; fhir:Address.use [ fhir:value "home" ]; fhir:Address.line [ fhir:value "Bos en Lommerplein 280"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Amsterdam" ]; fhir:Address.postalCode [ fhir:value "1055RW" ]; fhir:Address.country [ fhir:value "NLD" ] ]; fhir:Patient.maritalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:36629006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "36629006" ]; fhir:Coding.display [ fhir:value "Legally married" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/MaritalStatus" ]; fhir:Coding.code [ fhir:value "M" ] ] ]; fhir:Patient.multipleBirthBoolean [ fhir:value "false"^^xsd:boolean]; fhir:Patient.photo [ fhir:index 0; fhir:Attachment.contentType [ fhir:value "image/jpeg" ]; fhir:Attachment.url [ fhir:value "Binary/f006" ] ]; fhir:Patient.contact [ fhir:index 0; fhir:Patient.contact.relationship [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:127850001; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "127850001" ]; fhir:Coding.display [ fhir:value "Wife" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0131" ]; fhir:Coding.code [ fhir:value "N" ] ], [ fhir:index 2; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/RoleCode" ]; fhir:Coding.code [ fhir:value "WIFE" ] ] ]; fhir:Patient.contact.name [ fhir:HumanName.use [ fhir:value "usual" ]; fhir:HumanName.text [ fhir:value "Ariadne Bor-Jansma" ] ]; fhir:Patient.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+31201234567" ]; fhir:ContactPoint.use [ fhir:value "home" ]<http://hl7.org/fhir/Patient/f201> a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "f201"] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; # The identifier for the person as this patient (fictive) fhir:type [ fhir:text [ fhir:v "BSN" ] ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.6.3"^^xsd:anyURI ; fhir:l <urn:oid:2.16.840.1.113883.2.4.6.3> ] ; fhir:value [ fhir:v "123456789" ] ] [ fhir:use [ fhir:v "official" ] ; # The identifier for this individual fhir:type [ fhir:text [ fhir:v "BSN" ] ] ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.6.3"^^xsd:anyURI ; fhir:l <urn:oid:2.16.840.1.113883.2.4.6.3> ] ; fhir:value [ fhir:v "123456789" ] ] ) ; # fhir:active [ fhir:v true] ; # Indicates that the patient is not part of a multiple birth fhir:name ( [ fhir:use [ fhir:v "official" ] ; # The name associated with the individual (fictive) fhir:text [ fhir:v "Roel" ] ; fhir:family [ fhir:v "Bor" ] ; fhir:given ( [ fhir:v "Roelof Olaf" ] ) ; fhir:prefix ( [ fhir:v "Drs." ] ) ; fhir:suffix ( [ fhir:v "PDEng." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; # The mobile contact detail for the individual fhir:value [ fhir:v "+31612345678" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "phone" ] ; # The home contact detail for the individual fhir:value [ fhir:v "+31201234567" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1960-03-13"^^xsd:date] ; # fhir:deceased [ a fhir:Boolean ; fhir:v false ] ; # The date and time of birth for the individual fhir:address ( [ fhir:use [ fhir:v "home" ] ; # Home address for the individual fhir:line ( [ fhir:v "Bos en Lommerplein 280" ] ) ; fhir:city [ fhir:v "Amsterdam" ] ; fhir:postalCode [ fhir:v "1055RW" ] ; fhir:country [ fhir:v "NLD" ] ] ) ; # Indicates that the individual is not deceased , ISO 3166 3 letter code fhir:maritalStatus [ fhir:coding ( [ a sct:36629006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "36629006" ] ; fhir:display [ fhir:v "Legally married" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus> ] ; fhir:code [ fhir:v "M" ] ] ) # Marital status of the person ] ; # fhir:multipleBirth [ a fhir:Boolean ; fhir:v false ] ; # fhir:photo ( [ fhir:contentType [ fhir:v "image/jpeg" ] ; fhir:url [ fhir:v "Binary/f006"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/Binary/f006> ]]; fhir:Patient.communication [ fhir:index 0; fhir:Patient.communication.language [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "nl-NL" ]; fhir:Coding.display [ fhir:value "Dutch" ] ] ]; fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ] ]; fhir:Patient.managingOrganization [ fhir:link <http://hl7.org/fhir/Organization/f201>; fhir:Reference.reference [ fhir:value "Organization/f201" ]; fhir:Reference.display [ fhir:value "AUMC" ] ] .] ) ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ a sct:127850001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "127850001" ] ; fhir:display [ fhir:v "Wife" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131> ] ; fhir:code [ fhir:v "N" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode> ] ; fhir:code [ fhir:v "WIFE" ] ] ) # Indicates that the contact is the patient's wife ] ) ; # Contact of the patient fhir:name [ fhir:use [ fhir:v "usual" ] ; # The name of the contact fhir:text [ fhir:v "Ariadne Bor-Jansma" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; # The home contact detail fhir:value [ fhir:v "+31201234567" ] ; fhir:use [ fhir:v "home" ] ] ) ] ) ; # fhir:communication ( [ fhir:language [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ; fhir:l <urn:ietf:bcp:47> ] ; fhir:code [ fhir:v "nl-NL" ] ; fhir:display [ fhir:v "Dutch (Netherlands)" ] ] ) ] ; fhir:preferred [ fhir:v true ] ] ) ; # fhir:managingOrganization [ fhir:l <http://hl7.org/fhir/Organization/f201> ; fhir:reference [ fhir:v "Organization/f201" ] ; fhir:display [ fhir:v "AUMC" ] ] . # <http://hl7.org/fhir/Organization/f201> a fhir:Organization .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Patient/f201.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/Patient/f201.ttl> .# -------------------------------------------------------------------------------------
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
3
(STU;
v3.0.2-11200)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Thurs,
Oct
24,
2019
11:53+1100.
QA
Page
Thu,
Nov
13,
2025
11:15+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
DSTU2
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change