This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetLinkType
{ "resourceType": "ValueSet", "id": "link-type", "meta": { "lastUpdated": "2015-02-23T09:07:27.665+11:00", "profile": [ "http://hl7.org/fhir/Profile/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.324" } ], "url": "http://hl7.org/fhir/vs/link-type", "version": "0.4.0", "name": "LinkType", "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.", "status": "draft", "experimental": false, "date": "2015-02-23T09:07:27+11:00", "define": { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.324" } ], "system": "http://hl7.org/fhir/link-type", "caseSensitive": true, "concept": [ { "code": "replace", "display": "replace", "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 the link.", "designation": [ { "language": "ru", "value": "????????????" }, { "language": "nl", "value": "vervangen" } ] }, { "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": "ru", "value": "????????????" }, { "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": "ru", "value": " ???????????? ??????????" }, { "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.