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
"
:
"
RelatedPerson
"
,
"
meta
"
:
{
"
versionId
"
:
"
1
"
,
"
lastUpdated
"
:
"
2020-08-06T15:07:48.228+02:00
"
,
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/RelatedPerson
"
]
}
,
"
patient
"
:
{
"
reference
"
:
"
Patient/pat001
"
}
,
"
relationship
"
:
[
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/v2-0131
"
,
"
code
"
:
"
N
"
}
]
}
]
,
"
name
"
:
[
{
"
family
"
:
"
NextofKin
"
,
"
given
"
:
[
"
Givenname
"
]
}
]
,
"
telecom
"
:
[
{
"
system
"
:
"
phone
"
,
"
value
"
:
"
+43-699-5555-5964
"
,
"
use
"
:
"
home
"
}
]
,
"
birthDate
"
:
"
1974-06-12
"
,
"
address
"
:
[
{
"
use
"
:
"
home
"
,
"
line
"
:
[
"
Nova Strasse 12
"
]
,
"
city
"
:
"
Wien
"
,
"
postalCode
"
:
"
1010
"
,
"
country
"
:
"
AUT
"
}
]
}