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
| Patient Administration Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Encounter , Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Emergency transitioning into inpatient example
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/Encounter/emerg> a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "emerg"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Emergency visit that escalated into inpatient patient @example</div>" ]; fhir:Encounter.status [ fhir:value "in-progress"]; fhir:Encounter.statusHistory [ fhir:index 0; fhir:Encounter.statusHistory.status [ fhir:value "arrived" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T07:35:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 1; fhir:Encounter.statusHistory.status [ fhir:value "triaged" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T07:35:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 2; fhir:Encounter.statusHistory.status [ fhir:value "in-progress" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 3; fhir:Encounter.statusHistory.status [ fhir:value "onleave" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 4; fhir:Encounter.statusHistory.status [ fhir:value "in-progress" ]; fhir:Encounter.statusHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ] ]; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.classHistory [ fhir:index 0; fhir:Encounter.classHistory.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "EMER" ]; fhir:Coding.display [ fhir:value "emergency" ] ]; fhir:Encounter.classHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ] ], [ fhir:index 1; fhir:Encounter.classHistory.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "IMP" ]; fhir:Coding.display [ fhir:value "inpatient encounter" ] ]; fhir:Encounter.classHistory.period [ fhir:Period.start [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ] ]; fhir:Encounter.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Encounter.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ] ]; fhir:Encounter.hospitalization [ fhir:Encounter.hospitalization.admitSource [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/admit-source" ]; fhir:Coding.code [ fhir:value "emd" ]; fhir:Coding.display [ fhir:value "From accident/emergency department" ] ][a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "emerg"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Emergency visit that escalated into inpatient patient @example</div>" ] ; # fhir:status [ fhir:v "in-progress"] ; # fhir:class ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "IMP" ] ; fhir:display [ fhir:v "inpatient encounter" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example" ] ] ; # fhir:actualPeriod [ fhir:start [ fhir:v "2017-02-01T07:15:00+10:00"^^xsd:dateTime ] ] ; # fhir:admission [ fhir:admitSource [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/admit-source"^^xsd:anyURI ] ; fhir:code [ fhir:v "emd" ] ; fhir:display [ fhir:v "From accident/emergency department" ] ] ) ]]; fhir:Encounter.location [ fhir:index 0; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Emergency Waiting Room" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T07:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ]] ; # fhir:location ( [ fhir:location [ fhir:display [ fhir:v "Emergency Waiting Room" ] ] ; fhir:status [ fhir:v "active" ] ; fhir:period [ fhir:start [ fhir:v "2017-02-01T07:15:00+10:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ]], [ fhir:index 1; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Emergency" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T08:45:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ]] [ fhir:location [ fhir:display [ fhir:v "Emergency" ] ] ; fhir:status [ fhir:v "active" ] ; fhir:period [ fhir:start [ fhir:v "2017-02-01T08:45:00+10:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ]], [ fhir:index 2; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Ward 1, Room 42, Bed 1" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T09:27:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ]] [ fhir:location [ fhir:display [ fhir:v "Ward 1, Room 42, Bed 1" ] ] ; fhir:status [ fhir:v "active" ] ; fhir:period [ fhir:start [ fhir:v "2017-02-01T09:27:00+10:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ]], [ fhir:index 3; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Ward 1, Room 42, Bed 1" ] ]; fhir:Encounter.location.status [ fhir:value "reserved" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T12:15:00+10:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ]] [ fhir:location [ fhir:display [ fhir:v "Ward 1, Room 42, Bed 1" ] ] ; fhir:status [ fhir:v "reserved" ] ; fhir:period [ fhir:start [ fhir:v "2017-02-01T12:15:00+10:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ]], [ fhir:index 4; fhir:Encounter.location.location [ fhir:Reference.display [ fhir:value "Ward 1, Room 42, Bed 1" ] ]; fhir:Encounter.location.status [ fhir:value "active" ]; fhir:Encounter.location.period [ fhir:Period.start [ fhir:value "2017-02-01T12:45:00+10:00"^^xsd:dateTime ]] [ fhir:location [ fhir:display [ fhir:v "Ward 1, Room 42, Bed 1" ] ] ; fhir:status [ fhir:v "active" ] ; fhir:period [ fhir:start [ fhir:v "2017-02-01T12:45:00+10:00"^^xsd:dateTime ] ]] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Encounter/emerg.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Encounter/emerg.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
4
(Technical
Correction
#1)
(v4.0.1)
R5
hl7.fhir.core#5.0.0
generated
on
Fri,
Nov
1,
2019
09:35+1100.
QA
Page
Sun,
Mar
26,
2023
15:24+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R4B
|
|
Propose
a
change