Prepare 0.4.0: DGDA Drug and LOINC Integration
This commit is contained in:
@@ -21,4 +21,4 @@ ValueSet: BDMedicationVS
|
|||||||
Id: bd-medication-valueset
|
Id: bd-medication-valueset
|
||||||
Title: "Bangladesh Medication ValueSet"
|
Title: "Bangladesh Medication ValueSet"
|
||||||
Description: "Bangladesh Medication ValueSet"
|
Description: "Bangladesh Medication ValueSet"
|
||||||
* include codes from system BDMedicationCodeSystem
|
* include codes from system BDMedicationCS
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ Coded results (Ord/Nom scale):
|
|||||||
// ── Value[x] ──────────────────────────────────────────────────────────────
|
// ── Value[x] ──────────────────────────────────────────────────────────────
|
||||||
// Required — every leaf result must carry a value.
|
// Required — every leaf result must carry a value.
|
||||||
* value[x] 1..1 MS
|
* value[x] 1..1 MS
|
||||||
|
* value[x] only Quantity or CodeableConcept
|
||||||
* value[x] ^definition = "The actual result value for this laboratory test"
|
* value[x] ^definition = "The actual result value for this laboratory test"
|
||||||
|
|
||||||
// Numeric results (Qn scale) — UCUM units required
|
// Numeric results (Qn scale) — UCUM units required
|
||||||
|
|||||||
@@ -34,11 +34,11 @@ Inline CodeableConcept is not permitted in this profile.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
* subject 1..1 MS
|
* subject 1..1 MS
|
||||||
* subject only Reference(BDPatientProfile)
|
* subject only Reference(BDPatient)
|
||||||
* subject ^short = "Patient for whom the medication is prescribed"
|
* subject ^short = "Patient for whom the medication is prescribed"
|
||||||
|
|
||||||
* encounter 0..1 MS
|
* encounter 0..1 MS
|
||||||
* encounter only Reference(BDEncounterProfile)
|
* encounter only Reference(BDEncounter)
|
||||||
* encounter ^short = "Encounter during which this prescription was created"
|
* encounter ^short = "Encounter during which this prescription was created"
|
||||||
* encounter ^definition = """
|
* encounter ^definition = """
|
||||||
The encounter during which this prescription was created. Should be populated
|
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 only Reference(BDPractitioner or BDOrganization)
|
||||||
* requester ^short = "Practitioner or organisation that authored the prescription"
|
* 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 only Reference(BDMedicationRequest)
|
||||||
* priorPrescription ^short = "Reference to a prior prescription this replaces"
|
* priorPrescription ^short = "Reference to a prior prescription this replaces"
|
||||||
|
|||||||
Reference in New Issue
Block a user