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
"
:
"
Account
"
,
"
subject
"
:
{
"
reference
"
:
"
Patient/pat2
"
}
,
"
meta
"
:
{
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/Account
"
]
}
,
"
identifier
"
:
[
{
"
type
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/v2-0203
"
,
"
code
"
:
"
VN
"
}
]
,
"
text
"
:
"
visit number
"
}
,
"
system
"
:
"
Alpha-Klinik
"
,
"
value
"
:
"
1826764
"
}
]
,
"
status
"
:
"
active
"
,
"
type
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://fhir.de/CodeSystem/Aufnahmeart
"
,
"
code
"
:
"
WLA
"
,
"
display
"
:
"
Wahlleistung Arzt
"
}
]
}
,
"
servicePeriod
"
:
{
"
start
"
:
"
2020-06-12
"
,
"
end
"
:
"
2024-06-12
"
}
,
"
coverage
"
:
[
{
"
coverage
"
:
{
"
reference
"
:
"
Coverage/cov1
"
,
"
display
"
:
"
Insurance ABC
"
}
,
"
priority
"
:
"
1
"
}
]
,
"
owner
"
:
{
"
reference
"
:
"
Organization/org1
"
,
"
display
"
:
"
Klinikum 1
"
}
}