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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeCodeSystem
IdCodeSystem-il-core-resource-encounter-role.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.20.3&canonical=http://fhir.health.gov.il/cs/il-core-resource-encounter-role
URLhttp://fhir.health.gov.il/cs/il-core-resource-encounter-role
Version0.20.3
Statusactive
Date2026-03-05
NameILCoreResourceEncounterRole
TitleIL Core Resource Encounter Role
DescriptionCodes that label the encounter stage or EMR sheet context a resource belongs to. This supports scenarios where a resource points to an aggregated Encounter, and a separate extension is used to clarify whether the resource is tied to admission, hospitalization, or discharge workflows.
Contentcomplete

Resources that use this resource

ValueSet
il.core.fhir.r4#0.20.3resource-encounter-roleResource Encounter Role

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "ILCoreResourceEncounterRole",
  "id": "il-core-resource-encounter-role",
  "title": "IL Core Resource Encounter Role",
  "description": "Codes that label the encounter stage or EMR sheet context a resource belongs to. This supports scenarios where a resource points to an aggregated Encounter, and a separate extension is used to clarify whether the resource is tied to admission, hospitalization, or discharge workflows.",
  "url": "http://fhir.health.gov.il/cs/il-core-resource-encounter-role",
  "concept": [
    {
      "code": "AD",
      "display": "Admission",
      "definition": "Use when the resource is part of the admission stage or admission sheet for the encounter."
    },
    {
      "code": "HO",
      "display": "Hospitalization",
      "definition": "Use when the resource is created or maintained during the hospitalization (inpatient stay) stage."
    },
    {
      "code": "DS",
      "display": "Discharge",
      "definition": "Use when the resource is part of discharge documentation or discharge planning for the encounter."
    }
  ],
  "version": "0.20.3",
  "publisher": "Israel Core Team",
  "date": "2026-03-05",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "experimental": false,
  "count": 3
}