diff --git a/examples/UKCore-AllergyIntolerance-Amoxicillin-Example-FAIL.xml b/examples/UKCore-AllergyIntolerance-Amoxicillin-Example-FAIL.xml new file mode 100644 index 00000000..2bc34ccd --- /dev/null +++ b/examples/UKCore-AllergyIntolerance-Amoxicillin-Example-FAIL.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/UKCore-AllergyIntolerance-Amoxicillin-Example-PASS-TEXT.xml b/examples/UKCore-AllergyIntolerance-Amoxicillin-Example-PASS-TEXT.xml new file mode 100644 index 00000000..d16db04c --- /dev/null +++ b/examples/UKCore-AllergyIntolerance-Amoxicillin-Example-PASS-TEXT.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/structuredefinitions/UKCore-AllergyIntolerance.xml b/structuredefinitions/UKCore-AllergyIntolerance.xml index 6c5f78d4..6c06773a 100644 --- a/structuredefinitions/UKCore-AllergyIntolerance.xml +++ b/structuredefinitions/UKCore-AllergyIntolerance.xml @@ -53,6 +53,15 @@ + + + + + + + + + @@ -84,6 +93,15 @@ + + + + + + + + + diff --git a/structuredefinitions/UKCore-Coding.xml b/structuredefinitions/UKCore-Coding.xml new file mode 100644 index 00000000..5c448959 --- /dev/null +++ b/structuredefinitions/UKCore-Coding.xml @@ -0,0 +1,24 @@ + + + + + + + <status value="draft" /> + <fhirVersion value="4.0.1" /> + <kind value="complex-type" /> + <abstract value="false" /> + <type value="Coding" /> + <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Coding" /> + <derivation value="constraint" /> + <differential> + <element id="Coding.system"> + <path value="Coding.system" /> + <min value="1" /> + </element> + <element id="Coding.code"> + <path value="Coding.code" /> + <min value="1" /> + </element> + </differential> +</StructureDefinition> \ No newline at end of file