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

FHIR IG analytics

Packagebd.fhir.core
Resource TypeValueSet
IdValueSet-bd-encounter-status-subset.json
FHIR VersionR4
Sourcefile:///app/BD-Core-FHIR-IG/output/ValueSet-bd-encounter-status-subset.html
URLhttps://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset
Version0.2.0
Statusactive
Date2025-10-03T12:29:59+00:00
NameBDEncounterStatusSubsetVS
TitleBD Encounter Status Subset
DescriptionSubset of EncounterStatus limited to planned, in-progress, finished, and cancelled.

Resources that use this resource

StructureDefinition
bd-encounterEncounter Profile for Bangladesh

Resources that this resource uses

CodeSystem
encounter-statusEncounterStatus

Narrative

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


English


Generated Narrative: ValueSet bd-encounter-status-subset

  • Include these codes as defined in http://hl7.org/fhir/encounter-status
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    finishedFinishedThe Encounter has ended.
    cancelledCancelledThe Encounter has ended before it has begun.

German


Generated Narrative: ValueSet bd-encounter-status-subset

  • Include these codes as defined in http://hl7.org/fhir/encounter-status
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    finishedFinishedThe Encounter has ended.
    cancelledCancelledThe Encounter has ended before it has begun.

French


Narratif généré : EnsembleValeurs bd-encounter-status-subset

  • Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://hl7.org/fhir/encounter-status
    CodeDisplayDéfinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    finishedFinishedThe Encounter has ended.
    cancelledCancelledThe Encounter has ended before it has begun.

Source1

{
  "resourceType": "ValueSet",
  "id": "bd-encounter-status-subset",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "https://fhir.dghs.gov.bd/core/ImplementationGuide/bd.fhir.core"
          }
        ]
      }
    }
  ],
  "url": "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset",
  "version": "0.2.0",
  "name": "BDEncounterStatusSubsetVS",
  "title": "BD Encounter Status Subset",
  "status": "active",
  "experimental": false,
  "date": "2025-10-03T12:29:59+00:00",
  "publisher": "Directorate General of Health Services (DGHS), Bangladesh",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://dghs.gov.bd"
        }
      ]
    }
  ],
  "description": "Subset of EncounterStatus limited to planned, in-progress, finished, and cancelled.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "050"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "planned",
            "display": "Planned"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          }
        ]
      }
    ]
  }
}