From 32d5756d7d0d5baffbbcd3342b799e1c8322de5c Mon Sep 17 00:00:00 2001 From: Rukshan Date: Tue, 30 Sep 2025 13:13:50 +0600 Subject: [PATCH] fix: :bug: fix nationality and occupation within patient profile --- input/fsh/patient-profile.fsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/input/fsh/patient-profile.fsh b/input/fsh/patient-profile.fsh index 61de61f..7002f5f 100644 --- a/input/fsh/patient-profile.fsh +++ b/input/fsh/patient-profile.fsh @@ -3,8 +3,8 @@ Profile: BDPatientProfile Id: bd-patient Parent: Patient -Title: "Patient Profile for Bangladesh-V2" -Description: "Profile of Patient Bangladesh Standard V2" +Title: "Patient Profile for Bangladesh" +Description: "Profile of Patient Bangladesh Standard" // ----- Begin rules: @@ -61,7 +61,7 @@ Description: "Profile of Patient Bangladesh Standard V2" // Then in your profile: // * identifier.type from BangladeshIdentifierTypeVS (extensible) - + * identifier[BRN].system = "http://dghs.gov.bd/identifier/brn" * identifier[BRN].type.coding.code = #BRN * identifier[BRN].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type" @@ -106,6 +106,8 @@ Description: "Profile of Patient Bangladesh Standard V2" * address only BDAddress * name only BDHumanName +* extension contains Occupation named occupation 0..1 +* extension contains nationality named nationality 1..1 Profile: BDHumanName Id: bd-human-name @@ -117,5 +119,3 @@ Description: "Profile to represent human names in Bangladesh" 0..1 * extension[language].valueCode from http://hl7.org/fhir/ValueSet/languagesĀ (preferred) -* extension contains Occupation named occupation 0..1 -* extension contains nationality named nationality 1..1