BDMedication and BDMediciationRequest profiles added. BDPractitioner and BDOrganization profiles added.
This commit is contained in:
17
input/fsh/profile/BDMedication.fsh
Normal file
17
input/fsh/profile/BDMedication.fsh
Normal file
@@ -0,0 +1,17 @@
|
||||
// @Name: Profile
|
||||
// @Description: Example of a profile of the Medication resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
|
||||
|
||||
Profile: BDMedication
|
||||
Id: bd-medication
|
||||
Parent: Medication
|
||||
Title: "Medication Profile for Bangladesh-V2"
|
||||
Description: "Profile of Medication Bangladesh Standard V2"
|
||||
|
||||
* form 1..1 MS
|
||||
* form from BDMedicationDoseFormVS
|
||||
|
||||
* code 1..1 MS
|
||||
* code from BDMedicationVS
|
||||
|
||||
* ingredient 1..* MS
|
||||
* ingredient.strength 1..1 MS
|
||||
23
input/fsh/profile/BDMedicationRequest.fsh
Normal file
23
input/fsh/profile/BDMedicationRequest.fsh
Normal file
@@ -0,0 +1,23 @@
|
||||
// @Name: Profile
|
||||
// @Description: Example of a profile of the MedicationRequest resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
|
||||
|
||||
Profile: BDMedicationRequest
|
||||
Id: bd-medication-request
|
||||
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
|
||||
* subject only Reference(BDPatientProfile)
|
||||
|
||||
// TODO: BDEncounter referencing
|
||||
* authoredOn 1..1
|
||||
* requester 1..1
|
||||
* reported[x] 1..1
|
||||
|
||||
* requester only Reference(BDPractitioner)
|
||||
* reported[x] only Reference(BDOrganization)
|
||||
11
input/fsh/profile/BDOrganization.fsh
Normal file
11
input/fsh/profile/BDOrganization.fsh
Normal file
@@ -0,0 +1,11 @@
|
||||
// @Name: Profile
|
||||
// @Description: Example of a profile of the Practitioner resource for Bangladesh.
|
||||
|
||||
Profile: BDOrganization
|
||||
Id: bd-organization
|
||||
Parent: Organization
|
||||
Title: "Organization for Bangladesh"
|
||||
Description: "Organization for Bangladesh Standard"
|
||||
|
||||
|
||||
* identifier 1..* MS
|
||||
11
input/fsh/profile/BDPractitioner.fsh
Normal file
11
input/fsh/profile/BDPractitioner.fsh
Normal file
@@ -0,0 +1,11 @@
|
||||
// @Name: Profile
|
||||
// @Description: Example of a profile of the Practitioner resource for Bangladesh.
|
||||
|
||||
Profile: BDPractitioner
|
||||
Id: bd-practitioner
|
||||
Parent: Practitioner
|
||||
Title: "Practitioner for Bangladesh"
|
||||
Description: "Practitioner for Bangladesh Standard"
|
||||
|
||||
|
||||
* identifier 1..* MS
|
||||
Reference in New Issue
Block a user