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 for internal user/staff:
{
"
resourceType
"
:
"
PractitionerRole
"
,
"
meta
"
:
{
"
versionId
"
:
"
1
"
,
"
lastUpdated
"
:
"
2020-08-06T15:07:48.228+02:00
"
,
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/PractitionerRole
"
]
}
,
"
identifier
"
:
[
{
"
system
"
:
"
http://dedalus-group.com/
"
,
"
value
"
:
"
1234
"
}
]
,
"
active
"
:
true
,
"
period
"
:
{
"
start
"
:
"
2012-01-01
"
}
,
"
practitioner
"
:
{
"
reference
"
:
"
Practitioner/example
"
,
"
display
"
:
"
Dr Test
"
}
,
"
organization
"
:
{
"
reference
"
:
"
Organization/UUID
"
}
,
"
code
"
:
[
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/v2-0286
"
,
"
code
"
:
"
RP
"
}
]
}
,
{
"
coding
"
:
[
{
"
system
"
:
"
http://dedalus-group.com/fhir/CodeSystem/UPractitionerRIS
"
,
"
code
"
:
"
DOCTOR
"
}
]
}
]
}