Administration
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
| Responsible Owner: Patient Administration Work Group | Standards Status : Informative | Compartments : Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Newborn Youngest Twin Example
@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/infant-twin-2> a fhir:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "infant-twin-2"]; 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>: infant-twin-2</p><p><b>identifier</b>: Medical record number = MRN7465676978, 7465676978</p><p><b>name</b>: Jacen Solo (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 15/05/2017</p><p><b>multipleBirth</b>: 2</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>Mother <span>(Details : {SNOMED CT code '72705000' = 'Mother', given as 'Mother'}; {http://terminology.hl7.org/CodeSystem/v2-0131 code 'N' = 'Next-of-Kin; {http://terminology.hl7.org/CodeSystem/v3-RoleCode code 'MTH' = 'mother)</span></td><td>Leia Organa (MAIDEN)</td><td>ph: +31201234567(MOBILE)</td></tr></table></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName" ]; fhir:Extension.valueString [ fhir:value "Organa" ] ]; fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "MR" ] ] ]; fhir:Identifier.system [ fhir:value "http://coruscanthealth.org/main-hospital/patient-identifier" ]; fhir:Identifier.value [ fhir:value "MRN7465676978" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "http://new-republic.gov/galactic-citizen-identifier" ]; fhir:Identifier.value [ fhir:value "7465676978" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "Solo" ]; fhir:HumanName.given [ fhir:value "Jacen"; fhir:index 0 ] ]; fhir:Patient.gender [ fhir:value "male"]; fhir:Patient.birthDate [ fhir:value "2017-05-15"^^xsd:date; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthTime" ]; fhir:Extension.valueDateTime [ fhir:value "2017-05-15T17:11:30+01:00"^^xsd:dateTime ]<http://hl7.org/fhir/Patient/infant-twin-2> a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "infant-twin-2"] ; # newborn twin example fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName> ] ; fhir:value [ a fhir:String ; fhir:v "Organa" ]]; fhir:Patient.multipleBirthInteger [ fhir:value "2"^^xsd:integer]; fhir:Patient.contact [ fhir:index 0; fhir:Patient.contact.relationship [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:72705000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "72705000" ]; fhir:Coding.display [ fhir:value "Mother" ] ], [ 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 "MTH" ] ] ]; fhir:Patient.contact.name [ fhir:HumanName.use [ fhir:value "maiden" ]; fhir:HumanName.family [ fhir:value "Organa" ]; fhir:HumanName.given [ fhir:value "Leia"; fhir:index 0] ) ; # The details of the child fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:system [ fhir:v "http://coruscanthealth.org/main-hospital/patient-identifier"^^xsd:anyURI ; fhir:l <http://coruscanthealth.org/main-hospital/patient-identifier> ] ; fhir:value [ fhir:v "MRN7465676978" ] ] [ fhir:system [ fhir:v "http://new-republic.gov/galactic-citizen-identifier"^^xsd:anyURI ; fhir:l <http://new-republic.gov/galactic-citizen-identifier> ] ; fhir:value [ fhir:v "7465676978" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Solo" ] ; fhir:given ( [ fhir:v "Jacen" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "2017-05-15"^^xsd:date ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthTime"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/patient-birthTime> ] ; fhir:value [ a fhir:DateTime ; fhir:v "2017-05-15T17:11:30+01:00"^^xsd:dateTime ]]; fhir:Patient.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+31201234567" ]; fhir:ContactPoint.use [ fhir:value "mobile" ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Patient/infant-twin-2.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Patient/infant-twin-2.ttl> .] ) ] ; # fhir:multipleBirth [ a fhir:Integer ; fhir:v 2 ] ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ a sct:72705000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "72705000" ] ; fhir:display [ fhir:v "Mother" ] ] [ 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 "MTH" ] ] ) # Indicates that the contact is the patient's mother ] ) ; # Contact of the patient fhir:name [ fhir:use [ fhir:v "maiden" ] ; fhir:family [ fhir:v "Organa" ] ; fhir:given ( [ fhir:v "Leia" ] ) ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+31201234567" ] ; fhir:use [ fhir:v "mobile" ] ] ) ] ) . # # -------------------------------------------------------------------------------------
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)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Nov
1,
2019
09:36+1100.
QA
Page
14,
2025
20:59+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change