Test Implementierungsleitfaden
Toggle navigation
Home
Use Cases
Use Cases
Overview
Actors Overview
Datasets and data elements
Business rules
Technical implementation guidance
Technical implementation guidance
System-URI
Profiles
Profiles
Bundle
Patient
Encounter
Account
Coverage
RelatedPerson
Consent
Condition
Location
Organization
Observation
Practitioner
PractitionerRole
ServiceRequest
About the IG
Example XML
Example data record::
<
Organization
xmlns
=
"
http://hl7.org/fhir
"
>
<
meta
>
<
profile
value
=
"
http://dedalus-group.com/fhir/StructureDefinition/Organization
"
/>
</
meta
>
<
identifier
>
<
system
value
=
"
http://fhir.de/NamingSystem/arge-ik/iknr
"
/>
<
value
value
=
"
756756324
"
/>
</
identifier
>
<
type
>
<
coding
>
<
system
value
=
"
http://terminology.hl7.org/CodeSystem/organization-type
"
/>
<
code
value
=
"
ins
"
/>
</
coding
>
</
type
>
<
name
value
=
"
Krankenkasse A
"
/>
<
telecom
>
<
system
value
=
"
phone
"
/>
<
value
value
=
"
+31107040704
"
/>
<
use
value
=
"
work
"
/>
</
telecom
>
<
address
>
<
use
value
=
"
work
"
/>
<
line
value
=
"
Musterstrasse 1
"
/>
<
city
value
=
"
Kassenstadt
"
/>
<
postalCode
value
=
"
12345
"
/>
<
country
value
=
"
D
"
/>
</
address
>
</
Organization
>