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

FHIR IG Statistics: ConceptMap/FhirStatusVsStatusCode

Packageihe.iti.mhd
TypeConceptMap
IdFhirStatusVsStatusCode
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/MHD/https://build.fhir.org/ig/IHE/ITI.MHD/ConceptMap-FhirStatusVsStatusCode.html
URLhttps://profiles.ihe.net/ITI/MHD/ConceptMap/FhirStatusVsStatusCode
Version4.2.3-current
Statusactive
Date2022-05-05
NameFhirStatusVsStatusCode
TitleFHIR status vs ebRIM Status Type Code
Realmuv
Authorityihe
Descriptionmap between XDS ebRIM Status Type Codes and MHD FHIR DocumentReference.status code. Table 2:3.67.4.1.3.1-2. Note that the codes given are used without a system in both FHIR and ebRIM.
Purposeshow the mapping between ebRIM Status Type Codes and FHIR .status code

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
urn:ietf:rfc:3986CodeSyestem for URNs

Narrative

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

Generated Narrative: ConceptMap FhirStatusVsStatusCode

Mapping from (not specified) to (not specified)


Group 1 Mapping from urn:ietf:rfc:3986 to DocumentReferenceStatus

Source CodeRelationshipTarget Code
urn:oasis:names:tc:ebxml-regrep:StatusType:Approvedis equal tocurrent
urn:oasis:names:tc:ebxml-regrep:StatusType:Deprecatedis equal tosuperseded

Source

{
  "resourceType": "ConceptMap",
  "id": "FhirStatusVsStatusCode",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/MHD/ConceptMap/FhirStatusVsStatusCode",
  "version": "4.2.3-current",
  "name": "FhirStatusVsStatusCode",
  "title": "FHIR status vs ebRIM Status Type Code",
  "status": "active",
  "experimental": false,
  "date": "2022-05-05",
  "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 ebRIM Status Type Codes and MHD FHIR DocumentReference.status code. Table 2:3.67.4.1.3.1-2. Note that the codes given are used without a system in both FHIR and ebRIM.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "purpose": "show the mapping between ebRIM Status Type Codes and FHIR .status code",
  "group": [
    {
      "source": "urn:ietf:rfc:3986",
      "target": "http://hl7.org/fhir/document-reference-status",
      "element": [
        {
          "code": "urn:oasis:names:tc:ebxml-regrep:StatusType:Approved",
          "target": [
            {
              "code": "current",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "urn:oasis:names:tc:ebxml-regrep:StatusType:Deprecated",
          "target": [
            {
              "code": "superseded",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}