Foundation
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: Infrastructure And Messaging Work Group |
|
Compartments
:
|
Raw
Turtle
,
JSON-LD
(+
also
see
Turtle/RDF
Format
Specification
)
An example of a patient link notification
@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/MessageDefinition/patient-link-notification> a fhir:MessageDefinition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "patient-link-notification"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Link Patients Notification</div>" ]; fhir:MessageDefinition.url [ fhir:value "http://hl7.org/fhir/MessageDefinition/patient-link-notification"]; fhir:MessageDefinition.identifier [ fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.21367.2005.3.7.9878" ] ]; fhir:MessageDefinition.version [ fhir:value "1"]; fhir:MessageDefinition.name [ fhir:value "PATIENT-LINK-NOTIFICATION"]; fhir:MessageDefinition.title [ fhir:value "Link Patients Notification"]; fhir:MessageDefinition.status [ fhir:value "draft"]; fhir:MessageDefinition.experimental [ fhir:value "true"^^xsd:boolean]; fhir:MessageDefinition.date [ fhir:value "2017-02-03"^^xsd:date]; fhir:MessageDefinition.publisher [ fhir:value "Health Level Seven, Int'l"]; fhir:MessageDefinition.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org" ] ] ]; fhir:MessageDefinition.description [ fhir:value "Notification of two patient records that represent the same individual that require an established linkage."]; fhir:MessageDefinition.useContext [ fhir:index 0; fhir:UsageContext.code [ fhir:Coding.system [ fhir:value "http://hl7.org/fhir/usage-context-type" ]; fhir:Coding.code [ fhir:value "focus" ] ]; fhir:UsageContext.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/variant-state" ]; fhir:Coding.code [ fhir:value "positive" ] ]<http://hl7.org/fhir/MessageDefinition/patient-link-notification> a fhir:MessageDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-link-notification"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Link Patients Notification</div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ; fhir:value [ a fhir:Code ; fhir:v "inm" ]]; fhir:MessageDefinition.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America (the)" ]] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/MessageDefinition/patient-link-notification"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/MessageDefinition/patient-link-notification> ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ; fhir:l <urn:ietf:rfc:3986> ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.15.2" ] ] ) ; # fhir:version [ fhir:v "1"] ; # fhir:name [ fhir:v "PATIENTLINKNOTIFICATION"] ; # fhir:title [ fhir:v "Link Patients Notification"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2017-02-03"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 International / Infrastructure And Messaging"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/inm" ] ] ) ] ) ; # fhir:description [ fhir:v "Notification of two patient records that represent the same individual that require an established linkage."] ; # fhir:useContext ( [ fhir:code [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/usage-context-type> ] ; fhir:code [ fhir:v "focus" ] ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/variant-state"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/variant-state> ] ; fhir:code [ fhir:v "positive" ] ] ) ]]; fhir:MessageDefinition.purpose [ fhir:value "Notifies recipient systems that two patients have been 'linked' - meaning they represent the same individual"]; fhir:MessageDefinition.copyright [ fhir:value "� HL7.org 2011+"]; fhir:MessageDefinition.base [ fhir:link <http://hl7.org/fhir/MessageDefinition/example>; fhir:Reference.reference [ fhir:value "MessageDefinition/example" ] ]; fhir:MessageDefinition.parent [ fhir:index 0; fhir:link <http://hl7.org/fhir/ActivityDefinition/example>; fhir:Reference.reference [ fhir:value "ActivityDefinition/example" ] ]; fhir:MessageDefinition.replaces [ fhir:index 0; fhir:link <http://hl7.org/fhir/MessageDefinition/example>; fhir:Reference.reference [ fhir:value "MessageDefinition/example" ] ]; fhir:MessageDefinition.event [ fhir:Coding.system [ fhir:value "http://hl7.org/fhir/message-events" ]; fhir:Coding.code [ fhir:value "patient-link" ] ]; fhir:MessageDefinition.category [ fhir:value "Notification"]; fhir:MessageDefinition.focus [ fhir:index 0; fhir:MessageDefinition.focus.code [ fhir:value "Patient" ]; fhir:MessageDefinition.focus.profile [ fhir:link <http://hl7.org/fhir/StructureDefinition/example>; fhir:Reference.reference [ fhir:value "StructureDefinition/example" ] ]; fhir:MessageDefinition.focus.min [ fhir:value "2"^^xsd:nonNegativeInteger ]; fhir:MessageDefinition.focus.max [ fhir:value "2" ] ]; fhir:MessageDefinition.responseRequired [ fhir:value "false"^^xsd:boolean]; fhir:MessageDefinition.allowedResponse [ fhir:index 0; fhir:MessageDefinition.allowedResponse.message [ fhir:link <http://hl7.org/fhir/MessageDefinition/patient-link-response>; fhir:Reference.reference [ fhir:value "MessageDefinition/patient-link-response" ] ]; fhir:MessageDefinition.allowedResponse.situation [ fhir:value "Optional response message that may provide additional information" ] ] . <http://hl7.org/fhir/MessageDefinition/example> a fhir:MessageDefinition . <http://hl7.org/fhir/ActivityDefinition/example> a fhir:ActivityDefinition . <http://hl7.org/fhir/StructureDefinition/example> a fhir:StructureDefinition . <http://hl7.org/fhir/MessageDefinition/patient-link-response> a fhir:MessageDefinition . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/MessageDefinition/patient-link-notification.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/MessageDefinition/patient-link-notification.ttl> .] ) ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "US" ] ; fhir:display [ fhir:v "United States of America" ] ] ) ] ) ; # fhir:purpose [ fhir:v "Notifies recipient systems that two patients have been 'linked' - meaning they represent the same individual"] ; # fhir:copyright [ fhir:v "� HL7.org 2011+"] ; # fhir:base [ fhir:v "http://hl7.org/fhir/MessageDefinition/example"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/MessageDefinition/example> ] ; # fhir:event [ a fhir:Coding ; fhir:system [ fhir:v "http://example.org/fhir/message-events"^^xsd:anyURI ; fhir:l <http://example.org/fhir/message-events> ] ; fhir:code [ fhir:v "admin-notify" ] ] ; # fhir:category [ fhir:v "notification"] ; # fhir:focus ( [ fhir:code [ fhir:v "Patient" ] ; fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/example"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/example> ] ; fhir:min [ fhir:v "2"^^xsd:nonNegativeInteger ] ; fhir:max [ fhir:v "2" ] ] ) ; # fhir:allowedResponse ( [ fhir:message [ fhir:v "http://hl7.org/fhir/MessageDefinition/patient-link-response"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/MessageDefinition/patient-link-response> ] ; fhir:situation [ fhir:v "Optional response message that may provide additional information" ] ] ) . # # -------------------------------------------------------------------------------------
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
24,
2019
11:53+1100.
QA
Page
Thu,
Nov
27,
2025
16:54+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