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

Sd jan 2005 jiras #3281

Open
wants to merge 3 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 @@ -99,7 +99,7 @@
<divergentElement patternPath="Event.performer" resourcePath="Composition.author">
<lowerCardinality _pattern="0" _resource="1" reason="Unknown"/>
<extraTypes
_resource="Reference(Practitioner,PractitionerRole,Device,Patient,RelatedPerson,Organization)" reason="Unknown"/>
_resource="Reference(Practitioner,PractitionerRole,CareTeam,Device,Patient,RelatedPerson,Organization)" reason="Unknown"/>
<shortUnmatched reason="Unknown">
<_pattern value="Who performed composition and what they did"/>
<resource value="Who and/or what authored the composition"/>
Expand Down
8 changes: 5 additions & 3 deletions source/composition/structuredefinition-Composition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@
<code value="Reference"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Device"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson"/>
Expand Down Expand Up @@ -771,7 +772,7 @@
<constraint>
<key value="cmp-2"/>
<severity value="error"/>
<human value="A section can only have an emptyReason if it is empty"/>
<human value="A section can only have an emptyReason if no entries are included"/>
<expression value="emptyReason.empty() or entry.empty()"/>
<source value="http://hl7.org/fhir/StructureDefinition/Composition"/>
</constraint>
Expand Down Expand Up @@ -837,15 +838,16 @@
</element>
<element id="Composition.section.author">
<path value="Composition.section.author"/>
<short value="Who and/or what authored the section"/>
<definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in."/>
<short value="Who and/or what authored the section, when the section is authored by someone other than the composition.author"/>
<definition value="Identifies who is responsible for the information in this section, not necessarily who typed it in. &#xA;&#xA;The actual author of the section when it is not the author of the composition. If author is not specified, the author is assumed to be the author of the parent section or the author of the composition."/>
<requirements value="Identifies who is responsible for the content."/>
<min value="0"/>
<max value="*"/>
<type>
<code value="Reference"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Practitioner"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/PractitionerRole"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/CareTeam"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Device"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient"/>
<targetProfile value="http://hl7.org/fhir/StructureDefinition/RelatedPerson"/>
Expand Down