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

FHIR IG analytics

Packagefhir.kenyaCoreIG
Resource TypeCodeSystem
IdCodeSystem-encounter-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-encounter-type-cs.html
URLhttp://example.org/CodeSystem/encounter-type-cs
Version0.1.0
Statusactive
Date2026-01-27T07:25:10+00:00
NameEncounterTypeCS
TitleEncounter Type Code System
Realmus
Authorityhl7
DescriptionA code system that defines types of encounters.
Contentcomplete

Resources that use this resource

ValueSet
encounter-typeEncounter Type Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem encounter-type-cs

This case-insensitive code system http://example.org/CodeSystem/encounter-type-cs defines the following codes:

CodeDisplayDefinition
EMERGENCY-VISIT Emergency VisitThe encounter is an emergency visit.
OUTPATIENT-VISIT Outpatient VisitThe encounter is an outpatient visit.
REFERRAL-VISIT Referral VisitThe encounter is a referral visit.
FOLLOW-UP-VISIT Follow-up VisitThe encounter is a follow-up visit.
INPATIENT-VISIT Inpatient VisitThe encounter is an inpatient visit.
CONSULTATION ConsultationThe encounter is a consultation.

Source1

{
  "resourceType": "CodeSystem",
  "id": "encounter-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/CodeSystem/encounter-type-cs",
  "version": "0.1.0",
  "name": "EncounterTypeCS",
  "title": "Encounter Type Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-01-27T07:25:10+00:00",
  "publisher": "IntelliSOFT Consulting",
  "contact": [
    {
      "name": "IntelliSOFT Consulting",
      "telecom": [
        {
          "system": "url",
          "value": "https://.com/fhir/example-publisher"
        }
      ]
    }
  ],
  "description": "A code system that defines types of encounters.",
  "caseSensitive": false,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "EMERGENCY-VISIT",
      "display": "Emergency Visit",
      "definition": "The encounter is an emergency visit."
    },
    {
      "code": "OUTPATIENT-VISIT",
      "display": "Outpatient Visit",
      "definition": "The encounter is an outpatient visit."
    },
    {
      "code": "REFERRAL-VISIT",
      "display": "Referral Visit",
      "definition": "The encounter is a referral visit."
    },
    {
      "code": "FOLLOW-UP-VISIT",
      "display": "Follow-up Visit",
      "definition": "The encounter is a follow-up visit."
    },
    {
      "code": "INPATIENT-VISIT",
      "display": "Inpatient Visit",
      "definition": "The encounter is an inpatient visit."
    },
    {
      "code": "CONSULTATION",
      "display": "Consultation",
      "definition": "The encounter is a consultation."
    }
  ]
}