-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMeinCodeSystem.xml
More file actions
30 lines (29 loc) · 873 Bytes
/
MeinCodeSystem.xml
File metadata and controls
30 lines (29 loc) · 873 Bytes
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
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="MeinCodeSystem" />
<url value="http://example.org/CodeSystem/MeinCodeSystem" />
<name value="MeinCodeSystem" />
<status value="active" />
<description value="CodeSystem für IG Template" />
<content value="complete" />
<count value="4" />
<concept>
<code value="1" />
<display value="eins" />
<definition value="so viel: |" />
</concept>
<concept>
<code value="2" />
<display value="zwei" />
<definition value="so viel: | |" />
</concept>
<concept>
<code value="3" />
<display value="drei" />
<definition value="so viel: | | |" />
</concept>
<concept>
<code value="4" />
<display value="vier" />
<definition value="so viel: | | | |" />
</concept>
</CodeSystem>