FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ch-orf-vs-encounterclass

Packagech.fhir.ig.ch-orf
TypeValueSet
Idch-orf-vs-encounterclass
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/ValueSet-ch-orf-vs-encounterclass.html
URLhttp://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-encounterclass
Version3.0.2-ci-build
Statusactive
Date2025-05-22T09:52:16+00:00
NameChOrfEncounterClass
TitleEncounter Class
Realmch
Authorityhl7
DescriptionValue Set for CH ORF Encounter Class
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch-orf-encounterCH ORF Requested Encounter

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ch-orf-vs-encounterclass

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    AMBambulatoryA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    IMPinpatient encounterA patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.
    EMERemergencyA patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.)

Source

{
  "resourceType": "ValueSet",
  "id": "ch-orf-vs-encounterclass",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-orf/ValueSet/ch-orf-vs-encounterclass",
  "version": "3.0.2-ci-build",
  "name": "ChOrfEncounterClass",
  "title": "Encounter Class",
  "status": "active",
  "experimental": false,
  "date": "2025-05-22T09:52:16+00:00",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description": "Value Set for CH ORF Encounter Class",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "AMB"
          },
          {
            "code": "IMP"
          },
          {
            "code": "EMER"
          }
        ]
      }
    ]
  }
}