FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-linkage-type.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-linkage-type.html
URLhttp://hl7.org/fhir/linkage-type
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
NameLinkageType
TitleLinkageType
Realmuv
Authorityhl7
DescriptionUsed to distinguish different roles a resource can play within a set of linked resources.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
source Source of TruthThe resource represents the "source of truth" (from the perspective of this Linkage resource) for the underlying event/condition/etc.
alternate Alternate RecordThe 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.
historical Historical/Obsolete RecordThe resource represents an obsolete record of the underlying event/condition/etc. It is not expected to be actively maintained.

Source1

{
  "resourceType": "CodeSystem",
  "id": "linkage-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "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": "pc"
    }
  ],
  "url": "http://hl7.org/fhir/linkage-type",
  "version": "4.0.1",
  "name": "LinkageType",
  "title": "LinkageType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+10:00",
  "publisher": "Patient Care",
  "contact": [
    {
      "name": "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|4.3.0",
  "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."
    }
  ]
}