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

FHIR IG analytics

Packagehl7.fhir.uv.v2mappings.r4b
Resource TypeConceptMap
IdConceptMap-table-hl70322-to-event-status.json
FHIR VersionR4B

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 table-hl70322-to-event-status

Mapping from hl7VS-completionStatus to EventStatus


Group 1 Mapping from completionStatus to EventStatus

Source CodeRelationshipTarget Code
CP (Complete)is equivalent tocompleted
RE (Refused)is equivalent tonot-done
NA (Not Administered)is equivalent tonot-done
PA (Partially Administered)is equivalent tocompleted

Source1

{
  "resourceType": "ConceptMap",
  "id": "table-hl70322-to-event-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "type",
          "valueCode": "derived-from"
        },
        {
          "url": "label",
          "valueString": "Table HL70322 to Event Status.fsh"
        },
        {
          "url": "url",
          "valueUri": "https://docs.google.com/spreadsheets/d/1H1xwOSKaUkI5J7JUPiWR01WWFOnEQzwxwGLizknf0V4/edit#gid=0"
        }
      ],
      "url": "http://hl7.org/fhir/uv/v2mappings/StructureDefinition/RelatedArtifact"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/v2mappings/ImplementationGuide/hl7.fhir.uv.v2mappings"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/v2mappings/ConceptMap/table-hl70322-to-event-status",
  "version": "1.0.0",
  "name": "TableHL70322ToEventStatus",
  "title": "Table HL70322 to Event Status Map",
  "status": "active",
  "experimental": true,
  "date": "2025-08-25",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 Orders and Observations Workgroup",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "This ConceptMap represents a mapping from the HL7 V2 Table HL70322 to the FHIR Event Status Value Set.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "Copyright (c) 2025, HL7 International, Inc., All Rights Reserved.",
  "sourceUri": "http://terminology.hl7.org/ValueSet/v2-0322",
  "targetUri": "http://hl7.org/fhir/ValueSet/event-status",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v2-0322",
      "target": "http://hl7.org/fhir/event-status",
      "element": [
        {
          "code": "CP",
          "display": "Complete",
          "target": [
            {
              "code": "completed",
              "display": "Completed",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "RE",
          "display": "Refused",
          "target": [
            {
              "code": "not-done",
              "display": "Not Done",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "NA",
          "display": "Not Administered",
          "target": [
            {
              "code": "not-done",
              "display": "Not Done",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "PA",
          "display": "Partially Administered",
          "target": [
            {
              "code": "completed",
              "display": "Completed",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}