Workflow
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 : Device , Group , Patient , Practitioner , RelatedPerson |
Raw
Turtle
,
JSON-LD
(+
also
see
Turtle/RDF
Format
Specification
)
General Person 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/Appointment/example> a fhir:Appointment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; 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.status [ fhir:value "booked"]; fhir:Appointment.serviceCategory [ 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.serviceType [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "52" ]; fhir:Coding.display [ fhir:value "General Discussion" ]<http://hl7.org/fhir/Appointment/example> a fhir:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Brian MRI results discussion</div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "booked"] ; # fhir:class ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ) ] ) ; # fhir:serviceCategory ( [ fhir:coding ( [ fhir:system [ fhir:v "http://example.org/service-category"^^xsd:anyURI ; fhir:l <http://example.org/service-category> ] ; fhir:code [ fhir:v "gp" ] ; fhir:display [ fhir:v "General Practice" ] ] ) ] ) ; # fhir:serviceType ( [ fhir:concept [ fhir:coding ( [ fhir:code [ fhir:v "52" ] ; fhir:display [ fhir:v "General Discussion" ] ] ) ]]; fhir:Appointment.specialty [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://example.org/specialty" ]; fhir:Coding.code [ fhir:value "gp" ]; fhir:Coding.display [ fhir:value "General Practice" ]] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:394814009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "394814009" ] ; fhir:display [ fhir:v "General practice (specialty)" ] ] ) ] ) ; # fhir:appointmentType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0276> ] ; fhir:code [ fhir:v "FOLLOWUP" ] ; fhir:display [ fhir:v "A follow up visit from a previous appointment" ] ] ) ] ; # fhir:reason ( [ fhir:reference [ fhir:l <http://hl7.org/fhir/Condition/example> ; fhir:reference [ fhir:v "Condition/example" ] ; fhir:display [ fhir:v "Severe burn of left ear" ] ]]; fhir:Appointment.appointmentType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://example.org/appointment-type" ]; fhir:Coding.code [ fhir:value "follow" ]; fhir:Coding.display [ fhir:value "Followup" ]] ) ; # fhir:description [ fhir:v "Discussion on the results of your recent MRI"] ; # <priority value="5" /> fhir:start [ fhir:v "2013-12-10T09:00:00Z"^^xsd:dateTime] ; # fhir:end [ fhir:v "2013-12-10T11:00:00Z"^^xsd:dateTime] ; # fhir:created [ fhir:v "2013-10-10"^^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:patientInstruction ( [ fhir:concept [ fhir:text [ fhir:v "Please avoid excessive travel (specifically flying) before this appointment" ] ]]; fhir:Appointment.indication [ fhir:index 0; fhir:link <http://hl7.org/fhir/Condition/example>; fhir:Reference.reference [ fhir:value "Condition/example" ]; fhir:Reference.display [ fhir:value "Severe burn of left ear" ] ]; fhir:Appointment.priority [ fhir:value "5"^^xsd:nonNegativeInteger]; fhir:Appointment.description [ fhir:value "Discussion on the results of your recent MRI"]; fhir:Appointment.start [ fhir:value "2013-12-10T09:00:00Z"^^xsd:dateTime]; fhir:Appointment.end [ fhir:value "2013-12-10T11:00:00Z"^^xsd:dateTime]; fhir:Appointment.created [ fhir:value "2013-10-10"^^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.incomingReferral [ fhir:index 0; fhir:link <http://hl7.org/fhir/ReferralRequest/example>; fhir:Reference.reference [ fhir:value "ReferralRequest/example" ] ]; 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 "accepted" ] ], [ fhir:index 1; fhir:Appointment.participant.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ParticipationType" ]; fhir:Coding.code [ fhir:value "ATND" ] ] ]; fhir:Appointment.participant.actor [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr Adam Careful" ] ]; fhir:Appointment.participant.required [ fhir:value "required" ]; fhir:Appointment.participant.status [ fhir:value "accepted" ] ], [ 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:basedOn ( [ fhir:l <http://hl7.org/fhir/ServiceRequest/myringotomy> ; fhir:reference [ fhir:v "ServiceRequest/myringotomy" ] ] ) ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; # fhir:participant ( [ fhir:actor [ fhir:l <http://hl7.org/fhir/Patient/example> ; fhir:reference [ fhir:v "Patient/example" ] ; fhir:display [ fhir:v "Peter James Chalmers" ] ] ; fhir:required [ fhir:v true ] ; fhir:status [ fhir:v "accepted" ] ] [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType> ] ; fhir:code [ fhir:v "ATND" ] ] ) ] ) ; fhir:actor [ fhir:l <http://hl7.org/fhir/Practitioner/example> ; fhir:reference [ fhir:v "Practitioner/example" ] ; fhir:display [ fhir:v "Dr Adam Careful" ] ] ; fhir:required [ fhir:v true ] ; fhir:status [ fhir:v "accepted" ] ] [ fhir:actor [ fhir:l <http://hl7.org/fhir/Location/1> ; fhir:reference [ fhir:v "Location/1" ] ; fhir:display [ fhir:v "South Wing, second floor" ] ] ; fhir:required [ fhir:v true ] ; fhir:status [ fhir:v "accepted" ] ] ) . # <http://hl7.org/fhir/Condition/example> a fhir:Condition .<http://hl7.org/fhir/ReferralRequest/example> a fhir:ReferralRequest .<http://hl7.org/fhir/ServiceRequest/myringotomy> a fhir:ServiceRequest . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . <http://hl7.org/fhir/Location/1> a fhir:Location .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Appointment/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/Appointment/example.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
Mon,
Nov
24,
2019
11:53+1100.
QA
Page
2025
20:50+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