Release 4

Codesystem-link-type.json

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Code System LinkType

{
  "resourceType" : "CodeSystem",
  "id" : "link-type",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "4.0.0"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  }],
  "url" : "http://hl7.org/fhir/link-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.424"
  }],
  "version" : "4.0.1",
  "name" : "LinkType",
  "title" : "LinkType",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-21T15:34:20+00:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The type of link between this patient resource and another patient resource.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/link-type",
  "content" : "complete",
  "concept" : [{
    "code" : "replaced-by",
    "display" : "Replaced-by",
    "definition" : "The patient resource containing this link must no longer be used. The link points forward to another patient resource that must be used in lieu of the patient resource that contains this link.",
    "designation" : [{
      "language" : "nl",
      "value" : "Vervangen door"
    }]
  },
  {
    "code" : "replaces",
    "display" : "Replaces",
    "definition" : "The patient resource containing this link is the current active patient record. The link points back to an inactive patient resource that has been merged into this resource, and should be consulted to retrieve additional referenced information.",
    "designation" : [{
      "language" : "nl",
      "value" : "Vervangt"
    }]
  },
  {
    "code" : "refer",
    "display" : "Refer",
    "definition" : "The patient resource containing this link is in use and valid but not considered the main source of information about a patient. The link points forward to another patient resource that should be consulted to retrieve additional patient information.",
    "designation" : [{
      "language" : "nl",
      "value" : "Verwijzing"
    }]
  },
  {
    "code" : "seealso",
    "display" : "See also",
    "definition" : "The patient resource containing this link is in use and valid, but points to another patient resource that is known to contain data about the same person. Data in this resource might overlap or contradict information found in the other patient resource. This link does not indicate any relative importance of the resources concerned, and both should be regarded as equally valid.",
    "designation" : [{
      "language" : "nl",
      "value" : "Zie ook"
    }]
  }]
}

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.