diff --git a/StructureDefinition/no-helseapi-Encounter.structuredefinition-profile.xml b/StructureDefinition/no-helseapi-Encounter.structuredefinition-profile.xml new file mode 100644 index 0000000..6c562f8 --- /dev/null +++ b/StructureDefinition/no-helseapi-Encounter.structuredefinition-profile.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ValueSet/no-helseapi-encounter-type.valueset.xml b/ValueSet/no-helseapi-encounter-type.valueset.xml new file mode 100644 index 0000000..d36da18 --- /dev/null +++ b/ValueSet/no-helseapi-encounter-type.valueset.xml @@ -0,0 +1,41 @@ + + + + + + <status value="active" /> <!-- Active not draft?or?test --> + <publisher value="Norsk Helsenett"/> + <jurisdiction> + <coding> + <system value="urn:iso:std:iso:3166" /> + <code value="NO" /> + <display value="Norway" /> + </coding> + </jurisdiction> + <compose> + <include> + <system value="http://snomed.info/sct" /> + <concept> + <code value="4525004" /> + <display value="Emergency department patient visit" /> + </concept> + <concept> + <code value="50849002" /> + <display value="Emergency room admission" /> + </concept> + <!-- Add other SNOMED CT codes as needed --> + </include> + <include> + <system value="https://volven.no" /> + <concept> + <code value="8432" /> + <display value="NPR Contact type" /> + </concept> + <concept> + <code value="8240" /> + <display value="Contact type" /> + </concept> + <!-- Add other Volven codes as needed --> + </include> + </compose> +</ValueSet> \ No newline at end of file