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
"
:
"
Condition
"
,
"
id
"
:
"
Example-condition
"
,
"
meta
"
:
{
"
profile
"
:
[
"
http://dedalus-group.com/fhir/StructureDefinition/Condition
"
]
}
,
"
clinicalStatus
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/condition-clinical
"
,
"
code
"
:
"
active
"
}
]
}
,
"
verificationStatus
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://terminology.hl7.org/CodeSystem/condition-ver-status
"
,
"
code
"
:
"
confirmed
"
}
]
}
,
"
code
"
:
{
"
coding
"
:
[
{
"
system
"
:
"
http://fhir.de/CodeSystem/dimdi/icd-10-gm
"
,
"
version
"
:
"
2019
"
,
"
code
"
:
"
F16.1 U69.32!
"
,
"
display
"
:
"
Psychische Verhaltensstörung duch Halluzinogene (Akute Intoxikation) bei intravenösem Konsum
"
}
]
}
,
"
subject
"
:
{
"
reference
"
:
"
Patient/pat123
"
}
,
"
encounter
"
:
{
"
reference
"
:
"
Encounter/enc123
"
}
,
"
recorder
"
:
{
"
reference
"
:
"
Practitioner/pra123
"
}
,
"
asserter
"
:
{
"
reference
"
:
"
Practitioner/pra124
"
}
}