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
"
:
"
Practitioner
"
,
"
meta
"
:
{
"
versionId
"
:
"
1
"
,
"
lastUpdated
"
:
"
2020-08-06T15:07:48.228+02:00
"
,
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/Practitioner
"
]
}
,
"
identifier
"
:
[
{
"
type
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/v2-0203
"
,
"
code
"
:
"
LANR
"
}
]
}
,
"
system
"
:
"
https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR
"
,
"
value
"
:
"
123456789
"
}
]
,
"
name
"
:
[
{
"
family
"
:
"
Attending
"
,
"
given
"
:
[
"
Bernhard
"
]
,
"
suffix
"
:
[
"
Dr.
"
]
}
]
}