FHIR IG analytics| Package | bd.fhir.core |
| Resource Type | ValueSet |
| Id | ValueSet-bd-encounter-status-subset.json |
| FHIR Version | R4 |
| Source | file:///app/BD-Core-FHIR-IG/output/ValueSet-bd-encounter-status-subset.html |
| URL | https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset |
| Version | 0.2.0 |
| Status | active |
| Date | 2025-10-03T12:29:59+00:00 |
| Name | BDEncounterStatusSubsetVS |
| Title | BD Encounter Status Subset |
| Description | Subset of EncounterStatus limited to planned, in-progress, finished, and cancelled. |
| StructureDefinition | |
| bd-encounter | Encounter Profile for Bangladesh |
| CodeSystem | |
| encounter-status | EncounterStatus |
Note: links and images are rebased to the (stated) source
English
Generated Narrative: ValueSet bd-encounter-status-subset
http://hl7.org/fhir/encounter-status| Code | Display | Definition |
| planned | Planned | The Encounter has not yet started. |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| finished | Finished | The Encounter has ended. |
| cancelled | Cancelled | The Encounter has ended before it has begun. |
German
Generated Narrative: ValueSet bd-encounter-status-subset
http://hl7.org/fhir/encounter-status| Code | Display | Definition |
| planned | Planned | The Encounter has not yet started. |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| finished | Finished | The Encounter has ended. |
| cancelled | Cancelled | The Encounter has ended before it has begun. |
French
Narratif généré : EnsembleValeurs bd-encounter-status-subset
http://hl7.org/fhir/encounter-status| Code | Display | Définition |
| planned | Planned | The Encounter has not yet started. |
| in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
| finished | Finished | The Encounter has ended. |
| cancelled | Cancelled | The Encounter has ended before it has begun. |
{
"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"
}
]
}
]
}
}