FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: EncounterType - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "encounter-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/encounter-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">ADMS\n                  <a name=\"encounter-type-ADMS\"> </a>\n                </td>\n                <td>Annual diabetes mellitus screening</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">BD/BM-clin\n                  <a name=\"encounter-type-BD.47BM-clin\"> </a>\n                </td>\n                <td>Bone drilling/bone marrow punction in clinic</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">CCS60\n                  <a name=\"encounter-type-CCS60\"> </a>\n                </td>\n                <td>Infant colon screening - 60 minutes</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">OKI\n                  <a name=\"encounter-type-OKI\"> </a>\n                </td>\n                <td>Outpatient Kenacort injection</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/encounter-type",
  "version" : "4.3.0",
  "name" : "EncounterType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "Patient Administration",
  "contact" : [
    {
      "name" : "Patient Administration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description" : "This example codesystem defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "ADMS",
      "display" : "Annual diabetes mellitus screening"
    },
    {
      "code" : "BD/BM-clin",
      "display" : "Bone drilling/bone marrow punction in clinic"
    },
    {
      "code" : "CCS60",
      "display" : "Infant colon screening - 60 minutes"
    },
    {
      "code" : "OKI",
      "display" : "Outpatient Kenacort injection"
    }
  ]
}