Administration
This
page
is
part
of
the
Snapshot
#3
for
FHIR
Specification
(v4.3.0:
R4B
-
STU
).
The
current
version
which
supercedes
this
version
is
5.0.0
R5
,
released
to
support
Connectathon
32
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Patient Administration Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Patient , Practitioner , RelatedPerson |
Raw Turtle (+ 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 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;[a fhir:Patient; fhir:nodeRole fhir:treeRoot;fhir:Resource.id [ fhir:value "f201"];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>Roel(OFFICIAL)</b> male, DoB: 1960-03-13 ( BSN: 123456789 (OFFICIAL))</p></div>" ];fhir:Narrative.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: 123456789 (use: OFFICIAL))</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: 123456789 (use: OFFICIAL)</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>" ]; # fhir:Patient.identifier [ fhir:index 0;fhir:Identifier.use [ fhir:value "official" ];fhir:Identifier.use [ fhir:value "official" ]; # The identifier for the person as this patient (fictive) 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.use [ fhir:value "official" ]; # The identifier for this individual 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.active [ fhir:value "true"^^xsd:boolean]; # Indicates that the patient is not part of a multiple birth fhir:Patient.name [ fhir:index 0;fhir:HumanName.use [ fhir:value "official" ];fhir:HumanName.use [ fhir:value "official" ]; # The name associated with the individual (fictive) 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.system [ fhir:value "phone" ]; # The mobile contact detail for the individual fhir:ContactPoint.value [ fhir:value "+31612345678" ]; fhir:ContactPoint.use [ fhir:value "mobile" ] ], [ fhir:index 1;fhir:ContactPoint.system [ fhir:value "phone" ];fhir:ContactPoint.system [ fhir:value "phone" ]; # The home contact detail for the individual 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.gender [ fhir:value "male"]; # fhir:Patient.birthDate [ fhir:value "1960-03-13"^^xsd:date]; # fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean]; # The date and time of birth for the individual fhir:Patient.address [ fhir:index 0;fhir:Address.use [ fhir:value "home" ];fhir:Address.use [ fhir:value "home" ]; # Home address for the individual 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" ]];]; # Indicates that the individual is not deceased , ISO 3166 3 letter code 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://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ]; fhir:Coding.code [ fhir:value "M" ]] ]; fhir:Patient.multipleBirthBoolean [ fhir:value "false"^^xsd:boolean];] # Marital status of the person ]; # 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://terminology.hl7.org/CodeSystem/v2-0131" ]; fhir:Coding.code [ fhir:value "N" ] ], [ fhir:index 2; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ]; fhir:Coding.code [ fhir:value "WIFE" ]] ];] # Indicates that the contact is the patient's wife ]; # Contact of the patient fhir:Patient.contact.name [fhir:HumanName.use [ fhir:value "usual" ];fhir:HumanName.use [ fhir:value "usual" ]; # The name of the contact fhir:HumanName.text [ fhir:value "Ariadne Bor-Jansma" ] ]; fhir:Patient.contact.telecom [ fhir:index 0;fhir:ContactPoint.system [ fhir:value "phone" ];fhir:ContactPoint.system [ fhir:value "phone" ]; # The home contact detail fhir:ContactPoint.value [ fhir:value "+31201234567" ]; fhir:ContactPoint.use [ fhir:value "home" ] ]];]; # 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" ]] . <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://build.fhir.org/Patient/f201.ttl> .[a owl:Ontology; owl:imports fhir:fhir.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
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
Ballot
hl7.fhir.core#5.0.0-snapshot3
generated
on
Sat,
May
28,
Wed,
Dec
14,
2022
12:56+1000.
07:17+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
R4B
|
Compare
to
R5
Draft
|
|
Propose
a
change