Compare commits

...

3 Commits

Author SHA1 Message Date
6c6e2ed120 fix: 🐛 change location reference to BDLocation
Some checks failed
FHIR IG CI/CD Pipeline / deploy (push) Blocked by required conditions
FHIR IG CI/CD Pipeline / build-ig (push) Has been cancelled
2025-09-30 09:46:58 +06:00
804668dca5 fix: 🐛 fix requester reference and added missing references 2025-09-30 09:46:32 +06:00
d2b35feca7 refactor: ♻️ change filename for consistance and change profile to BDLocation 2025-09-30 09:46:06 +06:00
3 changed files with 17 additions and 14 deletions

View File

@ -1,8 +1,8 @@
Profile: Location
Profile: BDLocation
Id: bd-location
Parent: Location
Title: "Location of Immunization for Bangladesh"
Description: "Address for Bangladesh Standard"
* address 1..1
* address only Reference(BDAddress)
* address only BDAddress

View File

@ -7,8 +7,6 @@ Parent: MedicationRequest
Title: "Medication Request Profile for Bangladesh-V2"
Description: "Profile of MedicationRequest Bangladesh Standard V2"
* identifier 1..*
* medication[x] 1..1 MS
* medication[x] only Reference(BDMedication) or CodeableConcept
@ -16,8 +14,10 @@ Description: "Profile of MedicationRequest Bangladesh Standard V2"
// TODO: BDEncounter referencing
* authoredOn 1..1
* requester 1..1
* reported[x] 1..1
* requester 1..1
* requester only Reference(BDPractitioner)
* reported[x] only Reference(BDOrganization)
* reported[x] only Reference(BDOrganization) or boolean
* requester only Reference(BDPractitioner or BDOrganization)
* priorPrescription only Reference(BDMedicationRequest)
* basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation)

View File

@ -48,7 +48,7 @@ Description: "Bangladesh Immunization Profile"
* location 0..1
* location ^definition = "Location where vaccine was administered"
//* location only Reference(Location)
* location only Reference(BDLocation)
* site 0..1
* site ^definition = "Body site of administration"
@ -68,4 +68,7 @@ Description: "Bangladesh Immunization Profile"
* reaction 0..*
* reaction ^definition = "Adverse reaction following immunization"
//TODO: change to BDObservation after creating the profile
* reaction.detail only Reference(Observation)
//TODO change to BDObservation after creating the profile
* reasonReference only Reference(Condition or Observation or DiagnosticReport)