Skip to content

Commit

Permalink
Fixes for FHIR-46428: changed codesystem & example (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-r authored Aug 1, 2024
1 parent 712b1dc commit 38a9f49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
3 changes: 1 addition & 2 deletions input/examples/practitioner-example-sex-and-gender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/rsg-type"/>
<code value="au-ahpra"/>
<display value="Australian Health Practitioner Regulation Agency"/>
<code value="sex-gender"/>
</coding>
</valueCodeableConcept>
</extension>
Expand Down
63 changes: 0 additions & 63 deletions input/resources/codesystem-rsg-type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,72 +23,9 @@
<compositional value="false" />
<versionNeeded value="false" />
<content value="complete" />
<property>
<code value="not-selectable"/>
<uri value="http://hl7.org/fhir/concept-properties#notSelectable"/>
<description value="Codes with this property set are not intended to appear in instances. They are for grouping/subsetting purposes only."/>
<type value="boolean"/>
</property>
<concept>
<code value="sex-gender"/>
<display value="Sex/Gender"/>
<definition value="A sex or gender recorded as an interchangeable sex and/or gender value."/>
</concept>
<concept>
<code value="document"/>
<display value="Document"/>
<definition value="Sex or gender recorded in a document."/>
</concept>
<concept>
<code value="insurance-scheme"/>
<display value="Insurance Scheme"/>
<definition value="The sex or gender recorded through enrolment in an insurance scheme."/>
<property>
<code value="not-selectable"/>
<valueBoolean value="true"/>
</property>
<concept>
<code value="au-medicare"/>
<display value="Australian Medicare"/>
<definition value="The sex or gender recorded through enrolment in the Australian Medicare universal healthcare insurance scheme."/>
</concept>
</concept>
<concept>
<code value="registration-and-accreditation-scheme"/>
<display value="Registration and accreditation scheme"/>
<definition value="The sex or gender recorded through registration in a registration and/or accreditation scheme."/>
<property>
<code value="not-selectable"/>
<valueBoolean value="true"/>
</property>
<concept>
<code value="au-ahpra"/>
<display value="Australian Health Practitioner Regulation Agency"/>
<definition value="The sex or gender recorded through registration in the Australian Health Practitioner Regulation Agency (AHPRA) registration and accreditation scheme."/>
</concept>
</concept>
<concept>
<code value="digital-health-infrastructure-service"/>
<display value="Digital Health Infrastructure Service"/>
<definition value="The sex or gender recorded in a digital health infrastructure service."/>
<property>
<code value="not-selectable"/>
<valueBoolean value="true"/>
</property>
<concept>
<code value="au-hi-service"/>
<display value="Australian Healthcare Identifiers Service"/>
<definition value="The sex or gender recorded in the Australian Healthcare Identifiers (HI) Service."/>
</concept>
<concept>
<code value="au-my-health-record"/>
<display value="Australian My Health Record System"/>
<definition value="The sex or gender recorded in the Australian My Health Record System."/>
</concept>
<concept>
<code value="au-nhsd"/>
<display value="Australian National Health Services Directory"/>
<definition value="The sex or gender recorded in the Australian National Health Services Directory (NHSD)."/>
</concept>
</concept>
</CodeSystem>

0 comments on commit 38a9f49

Please sign in to comment.