Workflow
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 : Device , Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Appointment request
@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/Appointment/examplereq> a fhir:Appointment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "examplereq"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Brian MRI results discussion</div>" ]; fhir:Appointment.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://example.org/sampleappointment-identifier" ]; fhir:Identifier.value [ fhir:value "123" ] ]; fhir:Appointment.status [ fhir:value "proposed"]; fhir:Appointment.serviceCategory [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://example.org/service-category" ]; fhir:Coding.code [ fhir:value "gp" ]; fhir:Coding.display [ fhir:value "General Practice" ] ] ]; fhir:Appointment.specialty [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:394814009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "394814009" ]; fhir:Coding.display [ fhir:value "General practice" ] ] ]; fhir:Appointment.appointmentType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0276" ]; fhir:Coding.code [ fhir:value "WALKIN" ]; fhir:Coding.display [ fhir:value "A previously unscheduled walk-in visit" ][a fhir:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "examplereq"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Brian MRI results discussion</div>" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org/sampleappointment-identifier"^^xsd:anyURI ] ; fhir:value [ fhir:v "123" ] ] ) ; # fhir:status [ fhir:v "proposed"] ; # fhir:serviceCategory ( [ fhir:coding ( [ fhir:system [ fhir:v "http://example.org/service-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "gp" ] ; fhir:display [ fhir:v "General Practice" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:394814009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394814009" ] ; fhir:display [ fhir:v "General practice" ] ] ) ] ) ; # fhir:appointmentType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ; fhir:code [ fhir:v "WALKIN" ] ; fhir:display [ fhir:v "A previously unscheduled walk-in visit" ] ] ) ] ; # fhir:reason ( [ fhir:concept [ fhir:coding ( [ a sct:413095006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "413095006" ] ] ) ; fhir:text [ fhir:v "Clinical Review" ] ]]; fhir:Appointment.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:413095006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "413095006" ] ]; fhir:CodeableConcept.text [ fhir:value "Clinical Review" ] ]; fhir:Appointment.priority [ fhir:value "5"^^xsd:nonNegativeInteger]; fhir:Appointment.description [ fhir:value "Discussion on the results of your recent MRI"]; fhir:Appointment.minutesDuration [ fhir:value "15"^^xsd:positiveInteger]; fhir:Appointment.slot [ fhir:index 0; fhir:link <http://hl7.org/fhir/Slot/example>; fhir:Reference.reference [ fhir:value "Slot/example" ] ]; fhir:Appointment.created [ fhir:value "2015-12-02"^^xsd:date]; fhir:Appointment.comment [ fhir:value "Further expand on the results of the MRI and determine the next actions that may be appropriate."]; fhir:Appointment.participant [ fhir:index 0; fhir:Appointment.participant.actor [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ]; fhir:Appointment.participant.required [ fhir:value "required" ]; fhir:Appointment.participant.status [ fhir:value "needs-action" ] ], [ fhir:index 1; fhir:Appointment.participant.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:Coding.code [ fhir:value "ATND" ] ] ]; fhir:Appointment.participant.required [ fhir:value "required" ]; fhir:Appointment.participant.status [ fhir:value "needs-action" ] ], [ fhir:index 2; fhir:Appointment.participant.actor [ fhir:link <http://hl7.org/fhir/Location/1>; fhir:Reference.reference [ fhir:value "Location/1" ]; fhir:Reference.display [ fhir:value "South Wing, second floor" ] ]; fhir:Appointment.participant.required [ fhir:value "required" ]; fhir:Appointment.participant.status [ fhir:value "accepted" ] ]; fhir:Appointment.requestedPeriod [ fhir:index 0; fhir:Period.start [ fhir:value "2016-06-02"^^xsd:date ]; fhir:Period.end [ fhir:value "2016-06-09"^^xsd:date ] ] . <http://hl7.org/fhir/Slot/example> a fhir:Slot . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Location/1> a fhir:Location . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Appointment/examplereq.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Appointment/examplereq.ttl> .] ) ; # fhir:description [ fhir:v "Discussion on the results of your recent MRI"] ; # <priority value="5" /> fhir:minutesDuration [ fhir:v "15"^^xsd:positiveInteger] ; # fhir:requestedPeriod ( [ fhir:start [ fhir:v "2016-06-02"^^xsd:date ] ; fhir:end [ fhir:v "2016-06-09"^^xsd:date ] ] ) ; # fhir:slot ( [ fhir:reference [ fhir:v "Slot/example" ] ] ) ; # fhir:created [ fhir:v "2015-12-02"^^xsd:date] ; # fhir:note ( [ fhir:text [ fhir:v "Further expand on the results of the MRI and determine the next actions that may be appropriate." ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:participant ( [ fhir:actor [ fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; fhir:status [ fhir:v "needs-action" ] ] [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "ATND" ] ] ) ] ) ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; fhir:status [ fhir:v "needs-action" ] ] [ fhir:actor [ fhir:reference [ fhir:v "Location/1" ] ; fhir:display [ fhir:v "South Wing, second floor" ] ] ; fhir:required [ fhir:v "true"^^xsd:boolean ] ; # This resource auto accepts, so doesn't need negotiation fhir:status [ fhir:v "accepted" ] ] )] . # # -------------------------------------------------------------------------------------
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:34+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