-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathValueSet-encounter-v1-effect-R4.xml
More file actions
45 lines (45 loc) · 1.41 KB
/
Copy pathValueSet-encounter-v1-effect-R4.xml
File metadata and controls
45 lines (45 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ValueSet xmlns="http://hl7.org/fhir">
<id value="ValueSet-encounter-v1-effect-R4"/>
<meta>
<profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p> Value set Effect. Perceived effect of the modifying factor on the symptom or sign.</p>
<p> Developed by: openEHR community</p>
<p> Generated with LinkEHR</p>
<p> This value set includes codes from archetype openEHR-EHR-COMPOSITION.encounter.v1 internal terminology</p>
<ul>
<li>at0159: Relieves</li>
<li>at0156: No effect</li>
<li>at0158: Worsens</li>
</ul>
</div>
</text>
<url value="http://linkehr.com/fhir/ValueSet-encounter-v1-effect-R4"/>
<version value="20240918"/>
<name value="Effect"/>
<status value="active"/>
<experimental value="false"/>
<publisher value="openEHR"/>
<description value="Perceived effect of the modifying factor on the symptom or sign."/>
<compose>
<include>
<system value="http://openehr.org/ckm/archetypes/openEHR-EHR-CLUSTER.symptom_sign.v1"/>
<concept>
<code value="at0159"/>
<display value="Relieves"/>
</concept>
<concept>
<code value="at0156"/>
<display value="No effect"/>
</concept>
<concept>
<code value="at0158"/>
<display value="Worsens"/>
</concept>
</include>
</compose>
</ValueSet>