Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrlangford committed Aug 16, 2023
1 parent 44e6327 commit c267fdf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 251 deletions.
12 changes: 8 additions & 4 deletions input/fsh/examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,9 @@ Instance: ARVTreatmentInitiatedExample
InstanceOf: ARVTreatment
Usage: #example
Title: "ARV Treatment CarePlan"
Description: "Represents an ARV CarePlan for a patient initiated on ART."
Description:
"Represents an ARV CarePlan for a patient on ART.
This resource will be used for ART initiated patient's as well as for routine ARV prescriptions."
* identifier[PLAC].value = "UAN000123"
* identifier[PLAC].system = "http://openhie.org/fhir/rwanda-hiv/identifier/uan"
* identifier[PLAC].type.coding.code = #PLAC
Expand All @@ -353,7 +355,7 @@ Description: "Represents an ARV CarePlan for a patient initiated on ART."
* encounter = Reference(TargetFacilityEncounterExample)
* period.start = "2022-12-01"
* period.end = "2022-12-01"
* activity.plannedActivityReference = Reference(ARVRegimenMedicationRequestInitiatedARTExample)
* activity.plannedActivityReference = Reference(ARVRegimenMedicationRequestARVExample)
* note.text = "Some comments"
* note.authorReference = Reference(HIVOrganizationExample)
* note.time = "2015-02-07T13:28:17-05:00"
Expand Down Expand Up @@ -693,11 +695,13 @@ Description: "Represents a patient whose ARV regimen was changed."
* note.time = "2015-02-07T13:28:17-05:00"
* derivedFrom = Reference(ARTRegimenSwitchedOrSubstitutedExample)

Instance: ARVRegimenMedicationRequestInitiatedARTExample
Instance: ARVRegimenMedicationRequestARVExample
InstanceOf: ARVRegimenMedicationRequest
Usage: #example
Title: "ARV Regimen Medication Request"
Description: "Represents a prescription request for a patient initiated on ART."
Description:
"Represents a prescription request for a patient's ARV.
This resource will be used for ART initiated patient's as well as for routine ARV prescriptions."
* status = #completed
* intent = #order
* medication[0].concept = $SCT#427314002
Expand Down
121 changes: 0 additions & 121 deletions input/fsh/hiv-bundle-submit-emr.fsh

This file was deleted.

10 changes: 0 additions & 10 deletions input/fsh/hiv-bundle-submit-lab-cancellation.fsh

This file was deleted.

45 changes: 0 additions & 45 deletions input/fsh/hiv-bundle-submit-lab-order.fsh

This file was deleted.

15 changes: 0 additions & 15 deletions input/fsh/hiv-bundle-submit-lab-rejection.fsh

This file was deleted.

50 changes: 0 additions & 50 deletions input/fsh/hiv-bundle-submit-lab-result.fsh

This file was deleted.

6 changes: 3 additions & 3 deletions input/fsh/vlsms-vl-request.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Description: "Represents the VLSMS VL Request Bundle."
* entry[=].request.method = #PUT
* entry[=].request.url = "MedicationRequest/ARVRegimenMedicationRequestRegimenChangedExample"

* entry[+].fullUrl = "MedicationRequest/ARVRegimenMedicationRequestInitiatedARTExample"
* entry[=].resource = ARVRegimenMedicationRequestInitiatedARTExample
* entry[+].fullUrl = "MedicationRequest/ARVRegimenMedicationRequestARVExample"
* entry[=].resource = ARVRegimenMedicationRequestARVExample
* entry[=].request.method = #PUT
* entry[=].request.url = "MedicationRequest/ARVRegimenMedicationRequestInitiatedARTExample"
* entry[=].request.url = "MedicationRequest/ARVRegimenMedicationRequestARVExample"

* entry[+].fullUrl = "Encounter/TargetFacilityEncounterExample"
* entry[=].resource = TargetFacilityEncounterExample
Expand Down
6 changes: 3 additions & 3 deletions input/fsh/vlsms-vl-result.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Description: "Represents the VLSMS VL Result Bundle."
* entry[=].request.method = #PUT
* entry[=].request.url = "MedicationRequest/ARVRegimenMedicationRequestRegimenChangedExample"

* entry[+].fullUrl = "MedicationRequest/ARVRegimenMedicationRequestInitiatedARTExample"
* entry[=].resource = ARVRegimenMedicationRequestInitiatedARTExample
* entry[+].fullUrl = "MedicationRequest/ARVRegimenMedicationRequestARVExample"
* entry[=].resource = ARVRegimenMedicationRequestARVExample
* entry[=].request.method = #PUT
* entry[=].request.url = "MedicationRequest/ARVRegimenMedicationRequestInitiatedARTExample"
* entry[=].request.url = "MedicationRequest/ARVRegimenMedicationRequestARVExample"

* entry[+].fullUrl = "Encounter/TargetFacilityEncounterExample"
* entry[=].resource = TargetFacilityEncounterExample
Expand Down

0 comments on commit c267fdf

Please sign in to comment.