Skip to content

Commit

Permalink
update alicia part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joofio committed May 27, 2024
1 parent 6e959e0 commit bc4c97b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion input/fsh/examples/himss.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Description: "Example of International Patient Summary for Alicia HIMSS"
* section[=].entry[+] = Reference(alicia-observation-16)


// ==================================================== VITAL SIGNS
// ==================================================== Social history

* section[+].title = "Social history Narrative"
* section[=].code = $loinc#29762-2 "Social history Narrative"
Expand All @@ -220,6 +220,15 @@ Description: "Example of International Patient Summary for Alicia HIMSS"
* section[=].entry[+] = Reference(alicia-observation-18)


// ======== pregnancy
* section[+].title = "Pregnancy History"
* section[=].code = $loinc#10162-6 "Pregnancies Hx"
* section[=].text.div = "<div>Social history Narrative</div>"
* section[=].text.status = #additional

* section[=].entry[0] = Reference(alicia-preg-status) "Pregrancy Status"


// ====================================================== PATIENT ======================================================
Instance: alicia-patient-himss
InstanceOf: Patient
Expand Down Expand Up @@ -391,6 +400,18 @@ Usage: #inline
* ingredient.strength.denominator.code = #{tablet}




// ====================================================== "Pregnancy"
Instance: alicia-preg-status
InstanceOf: Observation
Usage: #inline
* status = #final
* code = http://loinc.org#82810-3 "Pregnancy status"
* subject = Reference(c154158f-6a43-4ab7-8443-e7f4bf915dd1)
* effectiveDateTime = "2024-01-10"
* valueCodeableConcept = http://loinc.org#LA15173-0 "Pregnant"

// ====================================================== Observations ======================================================


Expand Down

0 comments on commit bc4c97b

Please sign in to comment.