Terminology
This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v5.0.0-ballot:
R5
Ballot
-
Mixed
Normative
and
STU
see
ballot
notes
)
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
|
|
Maturity Level : N/A | Standards Status : Informative |
|
Raw Turtle (+ also see Turtle/RDF Format Specification )
Appointment
between
2
doctors
to
discuss
MRI
results
Definition
for
Value
SetConditionalReadStatus
@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/2docs> a fhir:Appointment; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "2docs"];[] a fhir:ValueSet; fhir:Resource.id [ fhir:value "conditional-read-status"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] ]; 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:Narrative.status [ fhir:value "generated" ] ];fhir:Appointment.status [ fhir:value "booked"]; 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:DomainResource.extension [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "fhir" ] ], [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "normative" ] ], [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ]; fhir:Extension.value [ fhir:value "4.0.0" ] ], [ fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "5" ] ];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" ] ]fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/ValueSet/conditional-read-status"]; fhir:CanonicalResource.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.200" ] ];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:CanonicalResource.version [ fhir:value "5.0.0-ballot"]; fhir:CanonicalResource.name [ fhir:value "ConditionalReadStatus"]; fhir:CanonicalResource.title [ fhir:value "ConditionalReadStatus"]; fhir:CanonicalResource.status [ fhir:value "active"]; fhir:CanonicalResource.experimental [ fhir:value "false"]; fhir:CanonicalResource.date [ fhir:value "2020-12-28T16:55:11+11:00"]; fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:CanonicalResource.contact [ fhir:ContactDetail.telecom [ fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [ fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ];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" ] ]fhir:CanonicalResource.description [ fhir:value "A code that indicates how the server supports conditional read."]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/conditional-read-status"]; fhir:ValueSet.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.200" ] ];fhir:Appointment.priority [ fhir:value "5"^^xsd:nonNegativeInteger]; fhir:Appointment.description [ fhir:value "Discussion about Peter Chalmers MRI results"]; fhir:Appointment.supportingInformation [ fhir:index 0; fhir:link <http://hl7.org/fhir/DiagnosticReport/ultrasound>; fhir:Reference.reference [ fhir:value "DiagnosticReport/ultrasound" ]fhir:ValueSet.version [ fhir:value "5.0.0-ballot"]; fhir:ValueSet.name [ fhir:value "ConditionalReadStatus"]; fhir:ValueSet.title [ fhir:value "ConditionalReadStatus"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"]; fhir:ValueSet.date [ fhir:value "2020-12-28T16:55:11+11:00"]; fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"]; fhir:ValueSet.contact [ fhir:ContactDetail.telecom [ fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ], [ fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ] ] ];fhir:Appointment.start [ fhir:value "2013-12-09T09:00:00Z"^^xsd:dateTime]; fhir:Appointment.end [ fhir:value "2013-12-09T11:00:00Z"^^xsd:dateTime]; fhir:Appointment.comment [ fhir:value "Clarify the results of the MRI to ensure context of test was correct"]; 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 "information-only" ]; fhir:Appointment.participant.status [ fhir:value "accepted" ] ], [ fhir:index 1; 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/Practitioner/f202>; fhir:Reference.reference [ fhir:value "Practitioner/f202" ]; fhir:Reference.display [ fhir:value "Luigi Maas" ] ]; fhir:Appointment.participant.required [ fhir:value "required" ]; fhir:Appointment.participant.status [ fhir:value "accepted" ] ], [ fhir:index 3; fhir:Appointment.participant.actor [ fhir:Reference.display [ fhir:value "Phone Call" ] ]; fhir:Appointment.participant.required [ fhir:value "information-only" ]; fhir:Appointment.participant.status [ fhir:value "accepted" ]fhir:ValueSet.description [ fhir:value "A code that indicates how the server supports conditional read."]; fhir:ValueSet.immutable [ fhir:value "true"]; fhir:ValueSet.compose [ fhir:ValueSetComposeComponent.include [ fhir:ConceptSetComponent.system [ fhir:value "http://hl7.org/fhir/conditional-read-status" ] ] ] .<http://hl7.org/fhir/DiagnosticReport/ultrasound> a fhir:DiagnosticReport . <http://hl7.org/fhir/Patient/example> a fhir:Patient . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . <http://hl7.org/fhir/Practitioner/f202> a fhir:Practitioner . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Appointment/2docs.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Appointment/2docs.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
Ballot
hl7.fhir.core#5.0.0-ballot
generated
on
Fri,
Nov
1,
2019
09:34+1100.
QA
Page
Sat,
Sep
10,
2022
04:55+1000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4B
|
Compare
to
R5
Draft
|
|
Propose
a
change