Compare commits

...

8 Commits

Author SHA1 Message Date
a5fbd82834 updated cardinality of encounter profile
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 7m17s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 12s
2025-10-01 10:55:47 +06:00
8137b9d6f1 Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG 2025-10-01 10:07:21 +06:00
def389e7fc Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG 2025-09-30 11:46:13 +06:00
03e2f6d659 Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG 2025-09-30 11:33:27 +06:00
cc8b5fb0d0 Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG 2025-09-30 10:14:25 +06:00
5bd5bdced4 updated encounter profile- add dischargedisposition-add 2025-09-30 10:11:27 +06:00
f3a7939168 Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG
Some checks failed
Deploy on production / deploy (push) Failing after 30s
2025-09-29 16:07:33 +06:00
95f596780c updated encounter profile 2025-09-29 16:05:31 +06:00

View File

@ -7,28 +7,31 @@ Description: "Profile of Encounter Bangladesh Standard"
* identifier 1..* * identifier 1..*
* status 1..1 MS * status 1..1
* status from BDEncounterStatusSubsetVS * status from BDEncounterStatusSubsetVS
* status ^short = "Encounter status in BD"
* status ^definition = "Status of patient encounter (planned, in-progress, finished, cancelled)"
* class 1..1 MS * class 1..1
* class from BDEncounterClassSubsetVS * class from BDEncounterClassSubsetVS
* subject 1..1 MS * subject 1..1
//* subject from https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient //* subject from https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient
* basedOn 0..1 MS * basedOn 0..1 MS
//* basedOn only Reference (CarePlan or DeviceRequest or MedicationRequest or ServiceRequest)
* partOf 0..1 MS * partOf 0..1 MS
* serviceProvider 1..1 MS * serviceProvider 1..1
* participant 1..* MS * participant 1..*
* participant.period 1..1 MS * participant.period 1..1
* diagnosis 0..* MS * diagnosis 0..* MS
* diagnosis.condition only Reference(BDConditionProfile) * diagnosis.condition only Reference(BDConditionProfile)
//* admission 0..* MS
//* admission.dischargeDisposition 0..1 MS
//* encounter.admission.dischargeDisposition 0..1 * hospitalization.dischargeDisposition 0..1 MS