FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-link-type.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-link-type.html |
| URL | http://hl7.org/fhir/link-type |
| Version | 4.0.1 |
| Status | active |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | LinkType |
| Title | LinkType |
| Realm | uv |
| Authority | hl7 |
| Description | The type of link between this patient resource and another patient resource. |
| Content | complete |
| ValueSet | |
| R2-link-type-for-R4B | Cross-version VS for R2.LinkType for use in FHIR R4B |
| R2-link-type-for-R4 | Cross-version VS for R2.LinkType for use in FHIR R4 |
| R2-link-type-for-R5 | Cross-version VS for R2.LinkType for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem link-type
This case-sensitive code system http://hl7.org/fhir/link-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "link-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"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
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
}
],
"url": "http://hl7.org/fhir/link-type",
"version": "4.0.1",
"name": "LinkType",
"title": "LinkType",
"status": "active",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Patient Administration",
"contact": [
{
"name": "Patient Administration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description": "The type of link between this patient resource and another patient resource.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/link-type|4.3.0",
"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"
}
]
}
]
}