FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/AssociationTypeVsRelatesTo

Packageihe.iti.mhd
TypeConceptMap
IdAssociationTypeVsRelatesTo
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/MHD/https://build.fhir.org/ig/IHE/ITI.MHD/ConceptMap-AssociationTypeVsRelatesTo.html
URLhttps://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo
Version4.2.3-current
Statusactive
Date2021-05-15
NameAssociationTypeVsRelatesTo
TitleAssociationType vs RelatesTo
Realmuv
Authorityihe
Descriptionmap between XDS Association Types and MHD FHIR DocumentReference relatesTo code. - Source Code - [XDS Association Types](https://profiles.ihe.net/ITI/TF/Volume3/ch-4.2.html#4.2.2) are indicated as URN, they are here indicated as system and code - Destination Code - [DocumentReference relatesTo code](http://hl7.org/fhir/valueset-document-relationship-type.html) are Required codes
Purposeshow the mapping between Association Types and relatesTo code

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: ConceptMap AssociationTypeVsRelatesTo

Mapping from (not specified) to (not specified)


Group 1 Mapping from urn:ihe:iti:2007:AssociationType to DocumentRelationshipType

Source CodeRelationshipTarget CodeComment
RPLCis equal toreplaces
XFRMis equal totransforms
APNDis equal toappends
XFRM_RPLCnarrowerreplacesAn XDS Transform Replacement is both a document that replaces and transforms. The mapping here indicates Replace as that is the most specific change.
signsis equal tosigns
IsSnapshotOfmaps loosely totransformsAn XDS IsSnapshotOf is a new instance of what is defined in the parent DocumentEntry (DocumentReference), thus it is a transform in a manner, but is not exactly a transform of the parent document.

Source

{
  "resourceType": "ConceptMap",
  "id": "AssociationTypeVsRelatesTo",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo",
  "version": "4.2.3-current",
  "name": "AssociationTypeVsRelatesTo",
  "title": "AssociationType vs RelatesTo",
  "status": "active",
  "experimental": false,
  "date": "2021-05-15",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "map between XDS Association Types and MHD FHIR DocumentReference relatesTo code.\n\n- Source Code - [XDS Association Types](https://profiles.ihe.net/ITI/TF/Volume3/ch-4.2.html#4.2.2) are indicated as URN, they are here indicated as system and code\n- Destination Code - [DocumentReference relatesTo code](http://hl7.org/fhir/valueset-document-relationship-type.html) are Required codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "purpose": "show the mapping between Association Types and relatesTo code",
  "group": [
    {
      "source": "urn:ihe:iti:2007:AssociationType",
      "target": "http://hl7.org/fhir/document-relationship-type",
      "element": [
        {
          "code": "RPLC",
          "target": [
            {
              "code": "replaces",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "XFRM",
          "target": [
            {
              "code": "transforms",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "APND",
          "target": [
            {
              "code": "appends",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "XFRM_RPLC",
          "target": [
            {
              "code": "replaces",
              "equivalence": "narrower",
              "comment": "An XDS Transform Replacement is both a document that replaces and transforms. The mapping here indicates Replace as that is the most specific change."
            }
          ]
        },
        {
          "code": "signs",
          "target": [
            {
              "code": "signs",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "IsSnapshotOf",
          "target": [
            {
              "code": "transforms",
              "equivalence": "inexact",
              "comment": "An XDS IsSnapshotOf is a new instance of what is defined in the parent DocumentEntry (DocumentReference), thus it is a transform in a manner, but is not exactly a transform of the parent document."
            }
          ]
        }
      ]
    }
  ]
}