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

FHIR IG analytics

Packageca.on.accdr.r4
Resource TypeConceptMap
Idcm-EncounterClass.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ConceptMap",
  "id": "cm-accdr-EncounterClass",
  "url": "http://ontariohealth.ca/fhir/ConceptMap/cm-accdr-EncounterClass",
  "version": "1.0.0",
  "name": "v2toFHIRmapforacCDREncounterClass",
  "title": "v2 to FHIR map for acCDR Encounter Class",
  "status": "active",
  "experimental": false,
  "date": "2023-02-28T02:47:40+00:00",
  "publisher": "Ontario Health",
  "group": [
    {
      "source": "http://terminology.hl7.org/CodeSystem/v2-0004",
      "target": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "element": [
        {
          "code": "E",
          "display": "Emergency",
          "target": [
            {
              "code": "EMER",
              "display": "emergency",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "I",
          "display": "Inpatient",
          "target": [
            {
              "code": "IMP",
              "display": "inpatient encounter",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "O",
          "display": "Ambulatory",
          "target": [
            {
              "code": "AMB",
              "display": "ambulatory",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "P",
          "display": "Pre-Admit",
          "target": [
            {
              "code": "PRENC",
              "display": "pre-admission",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "http://ontariohealth.ca/fhir/CodeSystem/v2-accdr-encounter-class",
      "target": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "element": [
        {
          "code": "V",
          "display": "Virtual",
          "target": [
            {
              "code": "VR",
              "display": "virtual",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "http://ontariohealth.ca/fhir/CodeSystem/v2-accdr-encounter-class",
      "target": "http://ontariohealth.ca/fhir/ehr/CodeSystem/encounter-class",
      "element": [
        {
          "code": "C",
          "display": "Community",
          "target": [
            {
              "code": "C",
              "display": "Home and community care",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    },
    {
      "source": "http://ontariohealth.ca/fhir/CodeSystem/v2-accdr-encounter-class",
      "target": "http://terminology.hl7.org/CodeSystem/v2-0004",
      "element": [
        {
          "code": "R",
          "display": "Recurring Outpatient",
          "target": [
            {
              "code": "R",
              "display": "recurring patient",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "U",
          "display": "Unknown/Other",
          "target": [
            {
              "code": "U",
              "display": "unknown",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}