Skip to content

Commit

Permalink
Update QIMMZCRegisterClient.fsh
Browse files Browse the repository at this point in the history
  • Loading branch information
samkanga authored Oct 25, 2023
1 parent f9d04d1 commit a5c3366
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions input/fsh/questionnaires/QIMMZCRegisterClient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,23 @@ Usage: #definition

* insert Question(firstName, Fathers/guardian Middle Name,string,false,false)
* item[=]
* code[+] = IMMZ.C.DE16-1
* code[+] = IMMZ.C.DE161

* insert Question(familyName, Fathers/guardian Last Name,string,false,false)
* item[=]
* code[+] = IMMZ.C#DE17

* insert Question(familyName, Mothers/guardian First Name,string,false,false)
* item[=]
* code[+] = IMMZ.C.DE17-1
* code[+] = IMMZ.C.DE171

* insert Question(familyName, Mothers/guardian Middle Name,string,false,false)
* item[=]
* code[+] = IMMZ.C.DE17-2
* code[+] = IMMZ.C.DE172

* insert Question(familyName, Mothers/guardian Last Name,string,false,false)
* item[=]
* code[+] = IMMZ.C.DE17-3
* code[+] = IMMZ.C.DE173

//* insert Question(phone, Client Phone number,string,true,false)
//* item[=]
Expand All @@ -95,37 +95,37 @@ Usage: #definition

* insert Question(phone, Mothers/Guardian Phone Number,string,true,false)
* item[=]
* code[+] = IMMZ.C.DE18-1
* code[+] = IMMZ.C.DE181
* code[+] = $LNC#42077-8 "Patient Phone number"
* code[+] = $SCT#184103008 "Patient telephone number (observable entity)"

* insert Question(phone, Fathers/ Guardian phone number,string,true,false)
* item[=]
* code[+] = IMMZ.C.DE18-2
* code[+] = IMMZ.C.DE182
* code[+] = $LNC#42077-8 "Patient Phone number"
* code[+] = $SCT#184103008 "Patient telephone number (observable entity)"

* insert Question(administrativeArea, County,choice,false,false)
* item[=]
* code[+] = IMMZ.C#DE19-1
* code[+] = IMMZ.C#DE191
* code[+] = $LNC#56799-0 "Address"
* code[+] = $SCT#184097001 "Patient address (observable entity)"

* insert Question(administrativeArea, Sub County,choice,false,false)
* item[=]
* code[+] = IMMZ.C#DE19-2
* code[+] = IMMZ.C#DE192
* code[+] = $LNC#56799-0 "Address"
* code[+] = $SCT#184097001 "Patient address (observable entity)"

* insert Question(administrativeArea, Ward,choice,false,false)
* item[=]
* code[+] = IMMZ.C#DE19-3
* code[+] = IMMZ.C#DE193
* code[+] = $LNC#56799-0 "Address"
* code[+] = $SCT#184097001 "Patient address (observable entity)"

* insert Question(administrativeArea, Community Health Unit,choice,false,false)
* item[=]
* code[+] = IMMZ.C#DE19-4
* code[+] = IMMZ.C#DE194
* code[+] = $LNC#56799-0 "Address"
* code[+] = $SCT#184097001 "Patient address (observable entity)"

Expand Down

0 comments on commit a5c3366

Please sign in to comment.