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

FHIR IG Statistics: ConceptMap/AssociationTypeVsRelatesTo

Packageihe.mhd.fhir
TypeConceptMap
IdAssociationTypeVsRelatesTo
FHIR VersionR4
Sourcehttp://profiles.ihe.net/ITI/MHD/http://profiles.ihe.net/ITI/MHD/4.0.2/ConceptMap-AssociationTypeVsRelatesTo.html
URLhttp://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo
Version4.0.2
Statusactive
Date2021-05-15
NameAssociationTypeVsRelatesTo
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
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property

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

AssociationTypeVsRelatesTo (http://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo)

Mapping from urn:ihe:iti:2007:AssociationType to http://hl7.org/fhir/document-relationship-type

ACTIVE. Published on 2021-05-15 by Integrating the Healthcare Enterprise (IHE) (Integrating the Healthcare Enterprise (IHE): http://ihe.net, secretary@ihe.net, John Moehrke: JohnMoehrke@gmail.com). IHE http://www.ihe.net/Governance/#Intellectual_Property

map between XDS Association Types and MHD FHIR DocumentReference relatesTo code.


Source CodeRelationshipDestination 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": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://profiles.ihe.net/ITI/MHD/ConceptMap/AssociationTypeVsRelatesTo",
  "version": "4.0.2",
  "name": "AssociationTypeVsRelatesTo",
  "status": "active",
  "date": "2021-05-15",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "Integrating the Healthcare Enterprise (IHE)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        },
        {
          "system": "email",
          "value": "secretary@ihe.net"
        }
      ]
    },
    {
      "name": "John Moehrke",
      "telecom": [
        {
          "system": "email",
          "value": "JohnMoehrke@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "map between XDS Association Types and MHD FHIR DocumentReference relatesTo code.\r\n\r\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\r\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",
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "sourceUri": "urn:ihe:iti:2007:AssociationType",
  "targetUri": "http://hl7.org/fhir/document-relationship-type",
  "group": [
    {
      "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."
            }
          ]
        }
      ]
    }
  ]
}