Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani committed Sep 26, 2024
1 parent 69316c9 commit a551f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/fsh/examples/ICVP123455.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage: #example
* dob = "2023-02-04"
* sex = #female
* nationality = #IND
* vaccineDetails[=].vaccineClassification.text = "Yellow Fever Vaccines"
* vaccineDetails[0].vaccineClassification.text = "Yellow Fever Vaccines"
* vaccineDetails[=].vaccineClassification.coding.code = #XM0N24
* vaccineDetails[=].date = "2024-05-23"
* vaccineDetails[=].clinicianName = "DR A"
Expand All @@ -18,6 +18,6 @@ Usage: #example
* vaccineDetails[=].doseNumber.coding.code = #FirstDose
* vaccineDetails[=].doseNumber.coding.display = "First Dose"
* vaccineDetails[=].doseNumber.coding.system = "http://smart.who.int/icvp/CodeSystem/doseNumber"
* vaccineDetails[0].disease.display = "Yellow Fever"
* vaccineDetails[=].disease.display = "Yellow Fever"
* vaccineDetails[=].disease.code = #1D47
* vaccineDetails[=].disease.system = "http://id.who.int/icd/release/11/mms"

0 comments on commit a551f17

Please sign in to comment.