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 JSON
Example data record:
{
"
resourceType
"
:
"
Organization
"
,
"
meta
"
:
{
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/Organization
"
]
}
,
"
identifier
"
:
[
{
"
system
"
:
"
http://fhir.de/NamingSystem/arge-ik/iknr
"
,
"
value
"
:
"
756756324
"
}
]
,
"
type
"
:
[
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/organization-type
"
,
"
code
"
:
"
ins
"
}
]
}
]
,
"
name
"
:
"
Krankenkasse A
"
,
"
telecom
"
:
[
{
"
system
"
:
"
phone
"
,
"
value
"
:
"
+31107040704
"
,
"
use
"
:
"
work
"
}
]
,
"
address
"
:
[
{
"
use
"
:
"
work
"
,
"
line
"
:
[
"
Musterstrasse 1
"
]
,
"
city
"
:
"
Kassenstadt
"
,
"
postalCode
"
:
"
12345
"
,
"
country
"
:
"
D
"
}
]
}