This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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
Infrastructure And Messaging Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw JSON (canonical form + also see JSON Format Specification)
An example of a patient link notification
{ "resourceType" : "MessageDefinition", "id" : "patient-link-notification", "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Link Patients Notification</div>" }, "url" : "http://hl7.org/fhir/MessageDefinition/patient-link-notification", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.9878" }], "version" : "1", "name" : "PATIENT-LINK-NOTIFICATION", "title" : "Link Patients Notification", "status" : "draft", "experimental" : true, "date" : "2017-02-03", "publisher" : "Health Level Seven, Int'l", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org" }] }], "description" : "Notification of two patient records that represent the same individual that require an established linkage.", "useContext" : [{ "code" : { "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type", "code" : "focus" }, "valueCodeableConcept" : { "coding" : [{ "system" : "http://terminology.hl7.org/CodeSystem/variant-state", "code" : "positive" }] } }], "jurisdiction" : [{ "coding" : [{ "system" : "urn:iso:std:iso:3166", "code" : "US", "display" : "United States of America (the)" }] }], "purpose" : "Notifies recipient systems that two patients have been 'linked' - meaning they represent the same individual", "copyright" : "HL7.org 2011+", "base" : "http://hl7.org/fhir/MessageDefinition/example", "eventCoding" : { "system" : "http://example.org/fhir/message-events", "code" : "admin-notify" }, "category" : "notification", "focus" : [{ "code" : "Patient", "profile" : "http://hl7.org/fhir/StructureDefinition/example", "min" : 2, "max" : "2" }], "allowedResponse" : [{ "message" : "http://hl7.org/fhir/MessageDefinition/patient-link-response", "situation" : "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.