Example JSON

Example data record:

{
"resourceType": "Condition",
"id": "Example-condition",
"meta": {
"profile": [
"http://dedalus-group.com/fhir/StructureDefinition/Condition"
]
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active"
}
]
},
"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"
},
"reference": "Encounter/enc123"
},
"reference": "Practitioner/pra123"
},
"reference": "Practitioner/pra124"
}
}