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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-local-encounter-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/local-encounter-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/local-encounter-type
Version2.0.0
Statusactive
Date2025-12-04
NameLocalEncounterTypeEHR
TitleLocal Encounter Type EHR
Realmca
Authoritynational
DescriptionThis value set contains all Local PV1-4 Codes contributed by over 160 HIC organizations to identify the local Encounter Type. The listing below is an example of codes from three local coding systems identified by the OIDS 2.16.840.1.113883.3.239.22.1.83.239.23.98 (The Ottawa Hospital), 2.16.840.1.113883.3.239.22.1.83.4.1.12201 (UHN) and 2.16.840.1.113883.3.239.22.1.83.239.23.18(SickKids)

Resources that use this resource

StructureDefinition
profile-encounterEncounter EHR

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "ValueSet-LocalEncounterType",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/local-encounter-type",
  "version": "2.0.0",
  "name": "LocalEncounterTypeEHR",
  "title": "Local Encounter Type EHR",
  "status": "active",
  "experimental": false,
  "date": "2025-12-04",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health - Digital Health Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://ehealthontario.on.ca/en/it-professionals/standards"
        },
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "This value set contains all Local PV1-4 Codes contributed by over 160 HIC organizations to identify the local Encounter Type.  The listing below is an example of codes from three local coding systems identified by the OIDS 2.16.840.1.113883.3.239.22.1.83.239.23.98 (The Ottawa Hospital), 2.16.840.1.113883.3.239.22.1.83.4.1.12201 (UHN) and 2.16.840.1.113883.3.239.22.1.83.239.23.18(SickKids)",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.239.22.1.83.239.23.98",
        "concept": [
          {
            "code": "M",
            "display": "1 - Emergency"
          },
          {
            "code": "U",
            "display": "2- Urgent"
          },
          {
            "code": "L",
            "display": "3 - Elective"
          },
          {
            "code": "N",
            "display": "4 - Newborn"
          },
          {
            "code": "F",
            "display": "5 - Direct from Clinic"
          },
          {
            "code": "H",
            "display": "6 - Direct from Home/Other Hospital"
          },
          {
            "code": "S",
            "display": "9 - Day Surgery"
          }
        ]
      },
      {
        "system": "urn:oid:2.16.840.1.113883.3.239.22.1.83.239.23.18",
        "concept": [
          {
            "code": "E",
            "display": "Elective"
          },
          {
            "code": "U",
            "display": "Urgent"
          }
        ]
      },
      {
        "system": "urn:oid:2.16.840.1.113883.3.239.22.1.83.4.1.12201",
        "concept": [
          {
            "code": "E",
            "display": "THROUGH EMERGENCY"
          },
          {
            "code": "R",
            "display": "CADAVERIC DONOR"
          },
          {
            "code": "P",
            "display": "DAY PROCEDURE"
          },
          {
            "code": "NB",
            "display": "NEWBORN"
          },
          {
            "code": "L",
            "display": "ELECTIVE"
          },
          {
            "code": "D",
            "display": "DIRECT"
          },
          {
            "code": "U",
            "display": "URGENT/EMERGENT"
          },
          {
            "code": "SB",
            "display": "STILLBIRTH"
          }
        ]
      }
    ]
  }
}