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

FHIR IG analytics

Packageon.accdr.pkg
Resource TypeValueSet
Idvs-PV1-4v2.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": "ValueSet",
  "id": "local-PV1-4values",
  "url": "http://ontariohealth.ca/fhir/ValueSet/local-PV1-4values",
  "version": "1.0.0",
  "name": "LocalEncounterType",
  "title": "Local Encounter Type",
  "status": "active",
  "experimental": false,
  "date": "2018-12-27T22:37:54+11:00",
  "publisher": "Ontario Health",
  "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"
          }
        ]
      }
    ]
  }
}