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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-related-artifact-type-expanded.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-related-artifact-type-expanded.html
URLhttp://hl7.org/fhir/related-artifact-type-expanded
Version5.0.0
Statusdraft
Date2020-12-28T15:55:11+10:00
NameRelatedArtifactTypeExpanded
TitleRelated Artifact Type Expanded
Realmuv
Authorityhl7
DescriptionThe type of relationship to the cited artifact.
Contentcomplete

Resources that use this resource

ValueSet
R5-related-artifact-type-all-for-R4BCross-version VS for R5.RelatedArtifactTypeExpanded for use in FHIR R4B
R5-related-artifact-type-expanded-for-R4BCross-version VS for R5.RelatedArtifactTypeExpanded for use in FHIR R4B
R5-related-artifact-type-all-for-R4Cross-version VS for R5.RelatedArtifactTypeExpanded for use in FHIR R4
R5-related-artifact-type-expanded-for-R4Cross-version VS for R5.RelatedArtifactTypeExpanded for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/related-artifact-type-expanded defines the following codes:

Code Display Definition
reprint Reprint A copy of the artifact in a publication with a different artifact identifier.
reprint-of Reprint Of The original version of record for which the current artifact is a copy.

Source1

{
  "resourceType": "CodeSystem",
  "id": "related-artifact-type-expanded",
  "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-r5.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": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/related-artifact-type-expanded",
  "version": "5.0.0",
  "name": "RelatedArtifactTypeExpanded",
  "title": "Related Artifact Type Expanded",
  "status": "draft",
  "experimental": false,
  "date": "2020-12-28T15:55:11+10:00",
  "publisher": "Clinical Decision Support",
  "contact": [
    {
      "name": "Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The type of relationship to the cited artifact.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type-expanded",
  "content": "complete",
  "concept": [
    {
      "code": "reprint",
      "display": "Reprint",
      "definition": "A copy of the artifact in a publication with a different artifact identifier."
    },
    {
      "code": "reprint-of",
      "display": "Reprint Of",
      "definition": "The original version of record for which the current artifact is a copy."
    }
  ]
}