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

FHIR IG analytics

Packageil.laniado.fhir.r4
Resource TypeValueSet
IdValueSet-encounter-department-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": "ValueSet",
  "status": "draft",
  "name": "VsEncounterDepartmentType",
  "id": "encounter-department-type",
  "title": "Encounter Department Type",
  "description": "Encounter Department Type",
  "url": "http://fhir.laniado.org.il/ValueSet/encounter-department-type",
  "version": "0.3.6",
  "publisher": "Laniado Hospital",
  "date": "2026-06-10",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "benny@laniado.org.il"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "737481003",
            "display": "Inpatient care management"
          },
          {
            "code": "737492002",
            "display": "Outpatient care management"
          }
        ]
      }
    ]
  }
}