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

FHIR IG analytics

Packageil.fhir.r4.ashmc
Resource TypeCodeSystem
IdCodeSystem-encounter-local-identifier-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.fhir.r4.ashmc@0.6.1&canonical=http://fhir.ashmc.co.il/cs/encounter-local-identifier-type
URLhttp://fhir.ashmc.co.il/cs/encounter-local-identifier-type
Version0.6.1
Statusactive
Date2026-06-21
NameEncounterLocalIdentifierType
TitleEncounter Local Identifier Type
DescriptionLocal identifier type codes for Asuta Ashdod encounter identifiers
Contentcomplete

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": "EncounterLocalIdentifierType",
  "id": "encounter-local-identifier-type",
  "title": "Encounter Local Identifier Type",
  "description": "Local identifier type codes for Asuta Ashdod encounter identifiers",
  "url": "http://fhir.ashmc.co.il/cs/encounter-local-identifier-type",
  "concept": [
    {
      "code": "adm-strong",
      "display": "admission",
      "definition": "Strong admission identifier"
    },
    {
      "code": "followup",
      "display": "Followup",
      "definition": "Follow-up hospitalization identifier"
    },
    {
      "code": "release",
      "display": "Release",
      "definition": "Release identifier"
    }
  ],
  "caseSensitive": true,
  "experimental": false,
  "version": "0.6.1",
  "publisher": "Assuta Ashdod Medical Center",
  "date": "2026-06-21",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ]
    }
  ],
  "count": 3
}