Skip to content

Commit

Permalink
Merge pull request #24 from openhie/add-transport-resource-reference
Browse files Browse the repository at this point in the history
removed basedOn Reference for SampleDispatched
  • Loading branch information
rmrlangford authored Jul 24, 2023
2 parents 730f52a + c938322 commit a3c1838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion input/fsh/examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ Description: "Represents HIV Lab Order Cancellation."
* identifier[FILL].type.coding.display = "Filler Identifier"
* instantiatesCanonical = Canonical(LabOrderTaskActivityExample)
* basedOn[0] = Reference(HIVServiceRequestExample)
* basedOn[1] = Reference(SampleDispatchedToLabExample)
* status = #cancelled
* statusReason.concept = $SCT#281264009
* statusReason.concept.text = "Reason For Canceling/Rejecting the Lab Order"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/profiles.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Description:
* identifier[FILL].type.coding.display = "Filler Identifier"
* identifier[FILL].type.text = "Lab order number"
* instantiatesCanonical 1..1
* basedOn //only Reference(ServiceRequest)
* basedOn 1..*
* status 1..1
* statusReason 0..1 MS
* statusReason from VSReasonForSampleCancellationOrRejection (required)
Expand Down

0 comments on commit a3c1838

Please sign in to comment.