Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FHIR-47248 ServiceRequest.basedOn to reference target Request pattern #3196

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
</divergentElement>
<divergentElement patternPath="Request.basedOn" resourcePath="ServiceRequest.basedOn">
<missingTypes _pattern="Reference(Request)" reason="Unknown"/>
<extraTypes
_resource="Reference(CarePlan,ServiceRequest,MedicationRequest,RequestOrchestration)" reason="Unknown"/>
<extraTypes _resource="Reference(Resource)" reason="Unknown"/>
<shortUnmatched reason="Unknown">
<_pattern value="Fulfills plan, proposal or order"/>
<resource value="What request fulfills"/>
Expand Down
5 changes: 1 addition & 4 deletions source/servicerequest/structuredefinition-ServiceRequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,7 @@
<max value="*"/>
<type>
<code value="Reference"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/CarePlan"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/ServiceRequest"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/MedicationRequest"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/RequestOrchestration"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Request"/>
</type>
<isSummary value="true"/>
<mapping>
Expand Down
Loading