FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MessageDefinition/patient-link-response (JSON)

Infrastructure And Messaging Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

An example of a patient link response

{
  "resourceType" : "MessageDefinition",
  "id" : "patient-link-response",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Link Patients Response</div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "inm"
  }],
  "url" : "http://hl7.org/fhir/MessageDefinition/patient-link-response",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.15.1"
  }],
  "version" : "1",
  "name" : "PATIENTLINKRESPONSE",
  "title" : "Link Patients Response",
  "status" : "draft",
  "experimental" : true,
  "date" : "2017-02-03",
  "publisher" : "HL7 International / Infrastructure And Messaging",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/inm"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/inm/index.cfm"
    }]
  }],
  "description" : "Optional response to a patient link notification.",
  "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"
    }]
  }],
  "purpose" : "Optional response message that may provide additional information on the outcome of the patient link operation.",
  "copyright" : "� HL7.org 2011+",
  "base" : "http://hl7.org/fhir/MessageDefinition/example",
  "eventCoding" : {
    "system" : "http://example.org/fhir/message-events",
    "code" : "admin-notify"
  },
  "category" : "consequence",
  "focus" : [{
    "code" : "Patient",
    "profile" : "http://hl7.org/fhir/StructureDefinition/example",
    "min" : 2,
    "max" : "2"
  }]
}

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.