IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: IL Core Encounter Class codes - JSON Representation

Draft as of 2024-06-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "il-core-encounter-class",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://fhir.health.gov.il/cs/il-core-encounter-class</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">COMMUNITY-OR-HMO<a name=\"il-core-encounter-class-COMMUNITY-OR-HMO\"> </a></td><td>Community Care/HMO setting</td></tr><tr><td style=\"white-space:nowrap\">RALTCF<a name=\"il-core-encounter-class-RALTCF\"> </a></td><td>Residential Aged Care/Long Term Care Facility</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate",
      "valueDate" : "2023-01"
    }
  ],
  "url" : "http://fhir.health.gov.il/cs/il-core-encounter-class",
  "version" : "0.18.0",
  "name" : "ILCoreEncounterClass",
  "title" : "IL Core Encounter Class codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-15T21:51:03+00:00",
  "publisher" : "Israel Core Team",
  "contact" : [
    {
      "name" : "Israel Core Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "tal.primak@moh.gov.il"
        }
      ]
    },
    {
      "name" : "Tal Primak",
      "telecom" : [
        {
          "system" : "email",
          "value" : "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description" : "A list of codes for class types of encounters",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "COMMUNITY-OR-HMO",
      "display" : "Community Care/HMO setting"
    },
    {
      "code" : "RALTCF",
      "display" : "Residential Aged Care/Long Term Care Facility"
    }
  ]
}