Skip to content

Commit

Permalink
Corrected Consent except.action to use patternCodeableConcept
Browse files Browse the repository at this point in the history
  • Loading branch information
dtr-agency committed Jun 27, 2022
1 parent f717f4a commit 5a8c637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/consent-aodr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="consent-aodr"/>
<url value="http://ns.electronichealth.net.au/ci/fhir/StructureDefinition/consent-aodr"/>
<version value="1.0.4"/>
<version value="1.0.5"/>
<name value="ConsentAODR"/>
<title value="Consent Australian Organ Donor Register" />
<status value="active"/>
Expand Down Expand Up @@ -277,12 +277,12 @@
<path value="Consent.except.action"/>
<min value="1"/>
<max value="1"/>
<fixedCodeableConcept>
<patternCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="53958007"/>
</coding>
</fixedCodeableConcept>
</patternCodeableConcept>
<mustSupport value="true"/>
</element>
<element id="Consent.except.data">
Expand Down

0 comments on commit 5a8c637

Please sign in to comment.