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
R3
| Responsible Owner: Patient Care Work Group | Standards Status : Informative | Compartments : Device , Encounter , Group , Patient , Practitioner , RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification )
An example of a request for additional information
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/CommunicationRequest/fm-solicit> a fhir:CommunicationRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "fm-solicit"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Request for Accident Report</div>" ]; fhir:DomainResource.contained [ a fhir:Organization; fhir:index 0; fhir:Resource.id [ fhir:value "provider" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/provideroffices" ]; fhir:Identifier.value [ fhir:value "3456" ] ] ], [ a fhir:Organization; fhir:index 1; fhir:Resource.id [ fhir:value "payor" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/insurer" ]; fhir:Identifier.value [ fhir:value "123456" ] ] ], [ a fhir:Practitioner; fhir:index 2; fhir:Resource.id [ fhir:value "requester" ]; fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "6789" ] ] ]; fhir:CommunicationRequest.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.jurisdiction.com/insurer/123456" ]; fhir:Identifier.value [ fhir:value "ABC123" ] ]; fhir:CommunicationRequest.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "EligibilityRequest" ] ]; fhir:CommunicationRequest.replaces [ fhir:index 0; fhir:Reference.display [ fhir:value "prior CommunicationRequest" ] ]; fhir:CommunicationRequest.groupIdentifier [ fhir:Identifier.value [ fhir:value "12345" ] ]; fhir:CommunicationRequest.status [ fhir:value "active"]; fhir:CommunicationRequest.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme.org/messagetypes" ]; fhir:Coding.code [ fhir:value "SolicitedAttachmentRequest" ]<http://hl7.org/fhir/CommunicationRequest/fm-solicit> a fhir:CommunicationRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fm-solicit"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Request for Accident Report</div>"^^rdf:XMLLiteral ] ] ; # fhir:contained ( [ a fhir:Organization ; fhir:id [ fhir:v "provider" ] ; fhir:identifier ( [ fhir:system [ fhir:v "http://www.jurisdiction.com/provideroffices"^^xsd:anyURI ; fhir:l <http://www.jurisdiction.com/provideroffices> ] ; fhir:value [ fhir:v "3456" ] ] ) ] [ a fhir:Organization ; fhir:id [ fhir:v "payor" ] ; fhir:identifier ( [ fhir:system [ fhir:v "http://www.jurisdiction.com/insurer"^^xsd:anyURI ; fhir:l <http://www.jurisdiction.com/insurer> ] ; fhir:value [ fhir:v "123456" ] ] ) ] [ a fhir:Practitioner ; fhir:id [ fhir:v "requester" ] ; fhir:identifier ( [ fhir:value [ fhir:v "6789" ] ] ) ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "http://www.jurisdiction.com/insurer/123456"^^xsd:anyURI ; fhir:l <http://www.jurisdiction.com/insurer/123456> ] ; fhir:value [ fhir:v "ABC123" ] ] ) ; # body of the resource , this is the value to which the response will refer fhir:basedOn ( [ fhir:display [ fhir:v "EligibilityRequest" ] ] ) ; # fhir:replaces ( [ fhir:display [ fhir:v "prior CommunicationRequest" ] ] ) ; # fhir:groupIdentifier [ fhir:value [ fhir:v "12345" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "proposal"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://acme.org/messagetypes"^^xsd:anyURI ; fhir:l <http://acme.org/messagetypes> ] ; fhir:code [ fhir:v "SolicitedAttachmentRequest" ] ] ) ] ) ; # fhir:priority [ fhir:v "routine"] ; # fhir:medium ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationMode> ] ; fhir:code [ fhir:v "WRITTEN" ] ; fhir:display [ fhir:v "written" ] ] ) ; fhir:text [ fhir:v "written" ] ] ) ; # fhir:encounter [ fhir:l <http://hl7.org/fhir/Encounter/example> ; fhir:reference [ fhir:v "Encounter/example" ] ] ; # fhir:payload ( [ fhir:content [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Please provide the accident report and any associated pictures to support your Claim# DEF5647." ] ]]; fhir:CommunicationRequest.priority [ fhir:value "routine"]; fhir:CommunicationRequest.medium [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" ]; fhir:Coding.code [ fhir:value "WRITTEN" ]; fhir:Coding.display [ fhir:value "written" ] ]; fhir:CodeableConcept.text [ fhir:value "written" ] ]; fhir:CommunicationRequest.encounter [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:CommunicationRequest.payload [ fhir:index 0; fhir:CommunicationRequest.payload.contentString [ fhir:value "Please provide the accident report and any associated pictures to support your Claim# DEF5647." ] ]; fhir:CommunicationRequest.occurrenceDateTime [ fhir:value "2016-06-10T11:01:10-08:00"^^xsd:dateTime]; fhir:CommunicationRequest.authoredOn [ fhir:value "2016-06-10T11:01:10-08:00"^^xsd:dateTime]; fhir:CommunicationRequest.requester [ fhir:Reference.reference [ fhir:value "#requester" ] ]; fhir:CommunicationRequest.recipient [ fhir:index 0; fhir:Reference.reference [ fhir:value "#provider" ] ]; fhir:CommunicationRequest.sender [ fhir:Reference.reference [ fhir:value "#payor" ] ] .] ) ; # fhir:occurrence [ a fhir:DateTime ; fhir:v "2016-06-10T11:01:10-08:00"^^xsd:dateTime ] ; # fhir:authoredOn [ fhir:v "2016-06-10T11:01:10-08:00"^^xsd:dateTime] ; # fhir:requester [ fhir:l <#requester> ; fhir:reference [ fhir:v "#requester" ] ] ; # fhir:recipient ( [ fhir:l <#provider> ; fhir:reference [ fhir:v "#provider" ] ] ) ; # fhir:informationProvider ( [ fhir:l <#payor> ; fhir:reference [ fhir:v "#payor" ] ] ) . # <http://hl7.org/fhir/Encounter/example> a fhir:Encounter .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/CommunicationRequest/fm-solicit.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/CommunicationRequest/fm-solicit.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)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Mon,
Nov
1,
2019
09:34+1100.
QA
Page
10,
2025
15:21+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