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

FHIR IG analytics

Packageil.fhir.r4.dgmc
Resource TypeCodeSystem
IdCodeSystem-admission-mvmnt-type.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",
  "status": "active",
  "content": "complete",
  "name": "AdmissionMvmntType",
  "id": "admission-mvmnt-type",
  "title": "Admission Movement Type",
  "description": "Movement Addmision Type",
  "url": "http://fhir.dgmc.health.gov.il/cs/admission-mvmnt-type",
  "concept": [
    {
      "code": "10",
      "display": "מעבר חדר"
    },
    {
      "code": "20",
      "display": "מעבר מיטה"
    },
    {
      "code": "30",
      "display": "מעבר מחלקה-רפוא"
    },
    {
      "code": "40",
      "display": "מעבר מחלקה-תפוס"
    },
    {
      "code": "50",
      "display": "בקשת המשפחה"
    },
    {
      "code": "60",
      "display": "ממיון לאישפוז"
    }
  ],
  "version": "0.8.0",
  "publisher": "Division of Governmental Hospitals Israel",
  "date": "2026-02-17",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "count": 6
}