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