FHIR Release 3 (STU)

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 of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Messagedefinition-patient-link-response.json

Infrastructure And Messaging Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form)

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>"
  },
  "url": "http://hl7.org/fhir/MessageDefinition/patient-link-response",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.9879"
  },
  "version": "1",
  "name": "PATIENT-LINK-RESPONSE",
  "title": "Link Patients Response",
  "status": "draft",
  "experimental": true,
  "date": "2017-02-03",
  "publisher": "Health Level Seven, Int'l",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Optional response to a patient link notification.",
  "useContext": [
    {
      "code": {
        "system": "http://hl7.org/fhir/usage-context-type",
        "code": "focus"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/variant-state",
            "code": "positive"
          }
        ]
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America (the)"
        }
      ]
    }
  ],
  "purpose": "Optional response message that may provide additional information on the outcome of the patient link operation.",
  "copyright": "� HL7.org 2011+",
  "base": {
    "reference": "MessageDefinition/example"
  },
  "parent": [
    {
      "reference": "ActivityDefinition/example"
    }
  ],
  "replaces": [
    {
      "reference": "MessageDefinition/example"
    }
  ],
  "event": {
    "system": "http://hl7.org/fhir/message-events",
    "code": "patient-link"
  },
  "category": "Consequence",
  "focus": [
    {
      "code": "Patient",
      "profile": {
        "reference": "StructureDefinition/example"
      },
      "min": 2,
      "max": "2"
    }
  ],
  "responseRequired": false
}

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.