Release 4B Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.3.0: R4B - STU ). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Messagedefinition-patient-link-notification.ttl

Example MessageDefinition/patient-link-notification (Turtle)

Infrastructure And Messaging Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any defined compartments

Raw Turtle (+ 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .


# - resource -------------------------------------------------------------------

[] a fhir:MessageDefinition;
  fhir:Resource.id [ fhir:value "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:MessageDefinition.url [ fhir:value "http://hl7.org/fhir/MessageDefinition/patient-link-notification"];

     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:index 0;
     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"];
  fhir:MessageDefinition.date [ fhir:value "2017-02-03"];
  fhir:MessageDefinition.publisher [ fhir:value "Health Level Seven, Int'l"];

     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.15.2" ]
  ]; # 
  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.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://terminology.hl7.org/CodeSystem/usage-context-type" ];
       fhir:Coding.code [ fhir:value "focus" ]
     ];
     fhir:UsageContext.value [

     fhir:UsageContext.valueCodeableConcept [

       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/variant-state" ];
         fhir:Coding.code [ fhir:value "positive" ]
       ]
     ]
  ];

  ]; # 

  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: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:value "http://hl7.org/fhir/MessageDefinition/example"];
  fhir:MessageDefinition.event [

  ]; # 
  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:value "http://hl7.org/fhir/MessageDefinition/example";
     fhir:link <http://hl7.org/fhir/MessageDefinition/example>
  ]; # 
  fhir:MessageDefinition.eventCoding [

     fhir:Coding.system [ fhir:value "http://example.org/fhir/message-events" ];
     fhir:Coding.code [ fhir:value "admin-notify" ]
  ];
  fhir:MessageDefinition.category [ fhir:value "notification"];

  ]; # 
  fhir:MessageDefinition.category [ fhir:value "notification"]; # 

  fhir:MessageDefinition.focus [
     fhir:index 0;
     fhir:MessageDefinition.code [ fhir:value "Patient" ];
     fhir:MessageDefinition.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/example" ];
     fhir:MessageDefinition.min [ fhir:value "2" ];
     fhir:MessageDefinition.max [ fhir:value "2" ]
  ];

     fhir:MessageDefinition.focus.code [ fhir:value "Patient" ];
     fhir:MessageDefinition.focus.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/example";
       fhir:link <http://hl7.org/fhir/StructureDefinition/example>
     ];
     fhir:MessageDefinition.focus.min [ fhir:value "2"^^xsd:nonNegativeInteger ];
     fhir:MessageDefinition.focus.max [ fhir:value "2" ]
  ]; # 

  fhir:MessageDefinition.allowedResponse [
     fhir:index 0;
     fhir:MessageDefinition.message [ fhir:value "http://hl7.org/fhir/MessageDefinition/patient-link-response" ];
     fhir:MessageDefinition.situation [ fhir:value "Optional response message that may provide additional information" ]
  ] .

     fhir:MessageDefinition.allowedResponse.message [
       fhir:value "http://hl7.org/fhir/MessageDefinition/patient-link-response";
       fhir:link <http://hl7.org/fhir/MessageDefinition/patient-link-response>
     ];
     fhir:MessageDefinition.allowedResponse.situation [ fhir:value "Optional response message that may provide additional information" ]
  ]] . # 

# - ontology header ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.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.