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

made changes for FHIR-22145 #3267

Open
wants to merge 2 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 @@ -116,6 +116,7 @@
<lowerCardinality _pattern="1" _resource="0" reason="Unknown"/>
<upperCardinality _pattern="1" _resource="*" reason="Unknown"/>
<missingTypes _pattern="Reference(Patient,Device,RelatedPerson)" reason="Unknown"/>
<extraTypes _resource="Reference(HealthcareService)" reason="Unknown"/>
<shortUnmatched reason="Unknown">
<_pattern value="Who performed diagnostic report"/>
<resource value="Responsible Diagnostic Service"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@
<targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Organization"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/HealthcareService"/>
</type>
<isSummary value="true"/>
<mapping>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</definitionUnmatched>
<commentsUnmatched reason="Unknown">
<_pattern value="Textual reasons can be captured using reasonCode.text."/>
<resource value="Although this reference can be used to point to any resource, it is typically expected to refer to subject-specific data appropriate to the subject of the guidance. For example, patient-based decision support would be expected to reference patient-level data. In addition, implementations should provide as much detail as possible by using the [http://hl7.org/fhir/StructureDefinition/targetElement](http://hl7.org/fhir/extensions/StructureDefinition-targetElement.html) and [http://hl7.org/fhir/StructureDefinition/targetPath](http://hl7.org/fhir/extensions/StructureDefinition-targetPath.html) extensions to indicate the specific elements relevant to providing the reason for the guidance."/>
<resource value="Although this reference can be used to point to any resource, it is typically expected to refer to subject-specific data appropriate to the subject of the guidance. For example, patient-based decision support would be expected to reference patient-level data. In addition, implementations should provide as much detail as possible by using the [http://hl7.org/fhir/StructureDefinition/targetElement](https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-targetElement.html) and [http://hl7.org/fhir/StructureDefinition/targetPath](https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-targetPath.html) extensions to indicate the specific elements relevant to providing the reason for the guidance."/>
</commentsUnmatched>
</divergentElement>
<divergentElement patternPath="Event.note" resourcePath="GuidanceResponse.note">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
</divergentElement>
<unmappedElement patternPath="Event.reported" reason="Unknown"/>
<unmappedElement patternPath="Event.relevantHistory" reason="Unknown"/>
<unmappedElement patternPath="Event.location" reason="Unknown"/>
<unmappedElement patternPath="Event.category" reason="Unknown"/>
<unmappedElement patternPath="Event.recorded" reason="Unknown"/>
<unmappedElement patternPath="Event.product" reason="Unknown"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
<unmappedElement patternPath="Event.reported" reason="Unknown"/>
<unmappedElement patternPath="Event.reason" reason="Unknown"/>
<unmappedElement patternPath="Event.relevantHistory" reason="Unknown"/>
<unmappedElement patternPath="Event.location" reason="Unknown"/>
<unmappedElement patternPath="Event.statusReason" reason="Unknown"/>
<unmappedElement patternPath="Event.performer.function" reason="Unknown"/>
<unmappedElement patternPath="Event.category" reason="Unknown"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<lowerCardinality _pattern="1" _resource="0" reason="Unknown"/>
<upperCardinality _pattern="1" _resource="*" reason="Unknown"/>
<missingTypes _pattern="Reference(Device)" reason="Unknown"/>
<extraTypes _resource="Reference(HealthcareService)" reason="Unknown"/>
<shortUnmatched reason="Unknown">
<_pattern value="Who performed observation"/>
<resource value="Who is responsible for the observation"/>
Expand Down
1 change: 1 addition & 0 deletions source/observation/structuredefinition-Observation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@
<targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/HealthcareService"/>
</type>
<isSummary value="true"/>
<mapping>
Expand Down
1 change: 1 addition & 0 deletions source/task/task-event-mapping-exceptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
<resource value="Party responsible for managing task execution."/>
</definitionUnmatched>
</divergentElement>
<doubleMappedElement patternPath="Event.performer.actor" reason="Unknown"/>
<divergentElement patternPath="Event.reason" resourcePath="Task.reason">
<summary _pattern="true" _resource="false" reason="Unknown"/>
<shortUnmatched reason="Unknown">
Expand Down