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 5m53s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Has been skipped

This commit is contained in:
2026-04-07 00:38:35 +06:00
parent 3e91ff7e59
commit 7d4ade03d8
3 changed files with 5 additions and 4 deletions

View File

@@ -54,6 +54,7 @@ Coded results (Ord/Nom scale):
// ── Value[x] ──────────────────────────────────────────────────────────────
// Required — every leaf result must carry a value.
* value[x] 1..1 MS
* value[x] only Quantity or CodeableConcept
* value[x] ^definition = "The actual result value for this laboratory test"
// Numeric results (Qn scale) — UCUM units required

View File

@@ -34,11 +34,11 @@ Inline CodeableConcept is not permitted in this profile.
"""
* subject 1..1 MS
* subject only Reference(BDPatientProfile)
* subject only Reference(BDPatient)
* subject ^short = "Patient for whom the medication is prescribed"
* encounter 0..1 MS
* encounter only Reference(BDEncounterProfile)
* encounter only Reference(BDEncounter)
* encounter ^short = "Encounter during which this prescription was created"
* encounter ^definition = """
The encounter during which this prescription was created. Should be populated
@@ -52,7 +52,7 @@ for inpatient and outpatient prescriptions where an encounter record exists.
* requester only Reference(BDPractitioner or BDOrganization)
* requester ^short = "Practitioner or organisation that authored the prescription"
* reportedReference only Reference(BDPractitioner or BDOrganization or BDPatientProfile)
* reportedReference only Reference(BDPractitioner or BDOrganization or BDPatient)
* priorPrescription only Reference(BDMedicationRequest)
* priorPrescription ^short = "Reference to a prior prescription this replaces"