Prepare 0.4.0: DGDA Drug and LOINC Integration
Some checks failed
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Failing after 8m7s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-07 00:50:59 +06:00
parent 7d4ade03d8
commit df22875684
3 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
Instance: BDEncounterExample
InstanceOf: BDEncounterProfile
Usage: #example
Title: "Example of a Bangladesh Patient Encounter"
Description: "An example of an outpatient encounter for a Bangladesh patient."
* identifier[0].value = "ENC-2023-001"
* identifier[0].system = "https://fhir.dghs.gov.bd/core/identifier/encounter"
* status = #finished
// Must use a code from your BDEncounterClassSubsetVS
// Example using standard HL7 ActCode for ambulatory (outpatient)
* class = http://terminology.hl7.org/CodeSystem/v3-ActCode#AMB "ambulatory"
// Reference the patient example we created in the previous step
* subject = Reference(BDPatientExample)
// serviceProvider is 1..1 in your profile
* serviceProvider = Reference(BDOrganizationExample)
// participant and participant.period are 1..1
* participant[0].individual = Reference(BDPractitionerExample)
* participant[0].period.start = "2023-10-27T10:00:00Z"
* participant[0].period.end = "2023-10-27T10:30:00Z"