Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrlangford committed Aug 14, 2023
1 parent 64a4879 commit 208fea9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion input/fsh/hiv-bundle-submit-emr.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,9 @@ Description: "Represents an EMR Bundle."
* entry[+].fullUrl = "Location/TransportCurrentLocationExample"
* entry[=].resource = TransportCurrentLocationExample
* entry[=].request.method = #PUT
* entry[=].request.url = "Location/TransportCurrentLocationExample"
* entry[=].request.url = "Location/TransportCurrentLocationExample"

* entry[+].fullUrl = "Observation/ARTInitiatedExample"
* entry[=].resource = ARTInitiatedExample
* entry[=].request.method = #PUT
* entry[=].request.url = "Observation/ARTInitiatedExample"
7 changes: 6 additions & 1 deletion input/fsh/vlsms-vl-request.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,9 @@ Description: "Represents the VLSMS VL Request Bundle."
* entry[+].fullUrl = "Organization/ImplementingPartnerOrganizationExample"
* entry[=].resource = ImplementingPartnerOrganizationExample
* entry[=].request.method = #PUT
* entry[=].request.url = "Organization/ImplementingPartnerOrganizationExample"
* entry[=].request.url = "Organization/ImplementingPartnerOrganizationExample"

* entry[+].fullUrl = "Observation/ARTInitiatedExample"
* entry[=].resource = ARTInitiatedExample
* entry[=].request.method = #PUT
* entry[=].request.url = "Observation/ARTInitiatedExample"

0 comments on commit 208fea9

Please sign in to comment.