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

FHIR IG analytics

Packageaccdr.fhir.ig.pkg
Resource TypeCodeSystem
Idcs-accdr-encounter-class.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": "CodeSystem",
  "id": "v2-accdr-encounter-class",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/v2-accdr-encounter-class",
  "version": "1.0.0",
  "name": "v2AccdrEncounterClass",
  "title": "v2 acCDR Encounter Class",
  "status": "active",
  "date": "2023-08-01",
  "publisher": "Ontario Health",
  "description": "This code is used to extend the Encounter Class value set.  It specifies the encounter being contributed in PV1-2 (Patient Class) in HL7 v2 and used in FHIR element Encounter.class",
  "content": "complete",
  "concept": [
    {
      "code": "R",
      "display": "Recurring Outpatiet"
    },
    {
      "code": "U",
      "display": "Unknown/Other"
    },
    {
      "code": "C",
      "display": "community care"
    },
    {
      "code": "VR",
      "display": "virtual"
    }
  ]
}