Skip to content

Commit

Permalink
ADHA System Device - added extensible SNOMED value setbinding
Browse files Browse the repository at this point in the history
Added extensible binding to forthcoming Information System Device Type value set includes SNOMED CT-AU concepts that may be used to indicate the type of device that is involved in authoring, collecting, storing, exchanging, displaying or processing digital health information.
#132
#130
#131
  • Loading branch information
dtr-agency committed Jun 14, 2022
1 parent 8e26b1c commit 18c6ce7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/dh-device-system-1.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="dh-device-system-1"/>
<url value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-device-system-1"/>
<version value="0.0.3"/>
<version value="0.1.0"/>
<name value="ADHADeviceSystem"/>
<title value="ADHA System Device"/>
<status value="draft"/>
Expand Down Expand Up @@ -61,6 +61,10 @@
<element id="Device.deviceName.type">
<path value="Device.deviceName.type"/>
<mustSupport value="true"/>
<binding>
<strength value="extensible" />
<valueSet value="https://healthterminologies.gov.au/fhir/ValueSet/information-system-device-type-1" />
</binding>
</element>
<element id="Device.type">
<path value="Device.type"/>
Expand Down

0 comments on commit 18c6ce7

Please sign in to comment.