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
"
:
"
Coverage
"
,
"
meta
"
:
{
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/Coverage
"
]
}
,
"
extension
"
:
[
{
"
url
"
:
"
http://fhir.de/StructureDefinition/gkv/einlesedatum-karte
"
,
"
valueDateTime
"
:
"
2020-07-13T15:12:00+00:00
"
}
]
,
"
identifier
"
:
[
{
"
system
"
:
"
http://fhir.de/NamingSystem/gkv/kvid-10
"
,
"
value
"
:
"
1234567890
"
}
]
,
"
status
"
:
"
active
"
,
"
type
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://fhir.de/CodeSystem/versicherungsart-de-basis
"
,
"
code
"
:
"
GKV
"
}
]
}
,
"
subscriber
"
:
{
"
reference
"
:
"
Patient/pat123
"
,
"
display
"
:
"
Gerd Mustermann
"
}
,
"
beneficiary
"
:
{
"
reference
"
:
"
Patient/pat123
"
,
"
display
"
:
"
Gerd Mustermann
"
}
,
"
relationship
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
https://www.hl7.org/fhir/codesystem-subscriber-relationship.html
"
,
"
code
"
:
"
self
"
}
]
}
,
"
period
"
:
{
"
start
"
:
"
2020-06-12
"
,
"
end
"
:
"
2024-06-12
"
}
,
"
payor
"
:
[
{
"
reference
"
:
"
Organization/org123
"
,
"
display
"
:
"
AOK Essen
"
}
]
,
"
order
"
:
"
1
"
}