FHIR IG analytics| Package | hl7.fhir.uv.pc-incubator |
| Resource Type | CodeSystem |
| Id | CodeSystem-linkage-type.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/pc-incubator/CodeSystem-linkage-type.html |
| URL | http://hl7.org/fhir/linkage-type |
| Version | 0.1.0 |
| Status | active |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | LinkageType |
| Title | Linkage Type |
| Realm | uv |
| Authority | hl7 |
| Description | Used to distinguish different roles a resource can play within a set of linked resources. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.pc-incubator#current | linkage-type | Linkage Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem linkage-type
This case-sensitive code system http://hl7.org/fhir/linkage-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "linkage-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
}
],
"url": "http://hl7.org/fhir/linkage-type",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.315"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.306"
}
],
"version": "0.1.0",
"name": "LinkageType",
"title": "Linkage Type",
"status": "active",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 International / Patient Care",
"contact": [
{
"name": "HL7 International / Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "Used to distinguish different roles a resource can play within a set of linked resources.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/linkage-type",
"content": "complete",
"concept": [
{
"code": "source",
"display": "Source of Truth",
"definition": "The resource represents the \"source of truth\" (from the perspective of this Linkage resource) for the underlying event/condition/etc."
},
{
"code": "alternate",
"display": "Alternate Record",
"definition": "The resource represents an alternative view of the underlying event/condition/etc. The resource may still be actively maintained, even though it is not considered to be the source of truth."
},
{
"code": "historical",
"display": "Historical/Obsolete Record",
"definition": "The resource represents an obsolete record of the underlying event/condition/etc. It is not expected to be actively maintained."
}
]
}