Update BDPatientProfile and add Blood Group CodeSystem and Extension
- Set identifier and link discriminator paths to "system" in BDPatientProfile - Introduce BDBloodGroupCS CodeSystem with blood group codes - Create BDBloodGroupVS ValueSet for blood group codes - Refine bdbloodgroup extension with updated ID and description
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
// ---------------------------
|
||||
// Extension Definition
|
||||
// ---------------------------
|
||||
Extension: bdbloodgroup
|
||||
Id: BloodGroup
|
||||
Id: bd-blood-group
|
||||
Title: "Patient Blood Group"
|
||||
Description: "BD Blood Group according to CCDS"
|
||||
|
||||
* valueCodeableConcept 0..1
|
||||
|
||||
|
||||
* #1 "O Positive"
|
||||
* #2 "O Negative"
|
||||
* #3 "A Positive"
|
||||
* #4 "A Negative"
|
||||
* #5 "B Positive"
|
||||
* #6 "B Negative"
|
||||
* #7 "AB Positive"
|
||||
* #8 "AB Negative"
|
||||
Description: "Blood group of the patient according to CCDS guideline"
|
||||
* valueCodeableConcept 1..1
|
||||
* valueCodeableConcept from BDBloodGroupVS (required)
|
||||
Reference in New Issue
Block a user