-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathValueSet-encounter-v1-regularity-R4.xml
40 lines (40 loc) · 1.25 KB
/
ValueSet-encounter-v1-regularity-R4.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ValueSet xmlns="http://hl7.org/fhir">
<id value="ValueSet-encounter-v1-regularity-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 Regularity. Regularity of the pulse or heart beat.</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>at0006: Regular</li>
<li>at1028: Irregular</li>
</ul>
</div>
</text>
<url value="http://linkehr.com/fhir/ValueSet-encounter-v1-regularity-R4"/>
<version value="20240918"/>
<name value="Regularity"/>
<status value="active"/>
<experimental value="false"/>
<publisher value="openEHR"/>
<description value="Regularity of the pulse or heart beat."/>
<compose>
<include>
<system value="http://openehr.org/ckm/archetypes/openEHR-EHR-OBSERVATION.pulse.v2"/>
<concept>
<code value="at0006"/>
<display value="Regular"/>
</concept>
<concept>
<code value="at1028"/>
<display value="Irregular"/>
</concept>
</include>
</compose>
</ValueSet>