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

FHIR IG Statistics: ValueSet/medcom-hospitalNotification-encounterClass

Packagemedcom.fhir.dk.terminology
TypeValueSet
Idmedcom-hospitalNotification-encounterClass
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/terminology/https://build.fhir.org/ig/medcomdk/dk-medcom-terminology/ValueSet-medcom-hospitalNotification-encounterClass.html
URLhttp://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterClass
Version2.0.0-draft
Statusactive
Date2022-09-01
NameMedComHospitalNotificationEncounterClass
TitleMedComHospitalNotificationEncounterClassCodes
Realmdk
DescriptionValueSet containg class codes for hospital notification encounter

Resources that use this resource

StructureDefinition
medcom-hospitalNotification-encounterMedComHospitalNotificationEncounter

Resources that this resource uses

CodeSystem
v3-ActCodeActCode
v3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet medcom-hospitalNotification-encounterClass

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    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.)
    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.

Source

{
  "resourceType": "ValueSet",
  "id": "medcom-hospitalNotification-encounterClass",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/terminology/ValueSet/medcom-hospitalNotification-encounterClass",
  "version": "2.0.0-draft",
  "name": "MedComHospitalNotificationEncounterClass",
  "title": "MedComHospitalNotificationEncounterClassCodes",
  "status": "active",
  "experimental": false,
  "date": "2022-09-01",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "ValueSet containg class codes for hospital notification encounter",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "EMER",
            "display": "emergency"
          },
          {
            "code": "IMP",
            "display": "inpatient encounter"
          }
        ]
      }
    ]
  }
}