forked from Nictiz/Nictiz-STU3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobservation-nl.xml
80 lines (80 loc) · 2.94 KB
/
observation-nl.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml-model href="http://hl7.org/fhir/STU3/structuredefinition.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir http://hl7.org/fhir/STU3/structuredefinition.xsd">
<id value="741beab0-4411-45f9-ba43-ee8998a4be78" />
<meta>
<versionId value="2" />
<lastUpdated value="2017-02-20T14:57:12.35+00:00" />
</meta>
<url value="http://nictiz.nl/fhir/StructureDefinition/observation-nl" />
<version value="1.0"/>
<name value="observation-nl" />
<title value="observation-nl" />
<status value="draft" />
<date value="2017-01-20T15:32:11.6469951+01:00" />
<publisher value="Nictiz" />
<contact>
<name value="Nictiz" />
<telecom>
<system value="email" />
<value value="[email protected]" />
<use value="work" />
</telecom>
</contact>
<copyright value="CC0" />
<fhirVersion value="3.0.0" />
<kind value="resource" />
<abstract value="false" />
<type value="Observation" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Observation" />
<derivation value="constraint"/>
<differential>
<element id="Observation">
<path value="Observation" />
</element>
<element id="Observation.subject">
<path value="Observation.subject" />
<type>
<code value="Reference" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Group" />
</type>
<type>
<code value="Reference" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Device" />
</type>
<type>
<code value="Reference" />
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Location" />
</type>
<type>
<code value="Reference" />
<targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-patient"/>
</type>
</element>
<element id="Observation.context">
<path value="Observation.context" />
<type>
<code value="Reference" />
<targetProfile value="http://nictiz.nl/fhir/StructureDefinition/zib-Contact" />
</type>
</element>
<element id="Observation.performer">
<path value="Observation.performer" />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-organization" />
</type>
<type>
<code value="Reference" />
<targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-patient" />
</type>
<type>
<code value="Reference" />
<targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" />
</type>
<type>
<code value="Reference" />
<targetProfile value="http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson" />
</type>
</element>
</differential>
</StructureDefinition>