mirror of
https://github.com/pcvolkmer/onco-analytics-monitor.git
synced 2025-04-19 19:16:52 +00:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"resourceType": "Bundle",
|
|
"type": "transaction",
|
|
"entry": [
|
|
{
|
|
"fullUrl": "Condition/test123",
|
|
"resource": {
|
|
"resourceType": "Condition",
|
|
"id": "test123",
|
|
"meta": {
|
|
"source": "TEST.ONKOSTAR:obds-to-fhir:0.0.0",
|
|
"profile": [
|
|
"http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Condition-Primaerdiagnose"
|
|
]
|
|
},
|
|
"code": {
|
|
"coding": [
|
|
{
|
|
"system": "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
|
|
"version": "2015",
|
|
"code": "C17.1"
|
|
}
|
|
]
|
|
},
|
|
"subject": {
|
|
"reference": "Patient/test123",
|
|
"identifier": {
|
|
"type": {
|
|
"coding": [
|
|
{
|
|
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
|
|
"code": "MR"
|
|
}
|
|
]
|
|
},
|
|
"system": "https://fhir.diz.uk-erlangen.de/identifiers/patient-id",
|
|
"value": "00001234"
|
|
}
|
|
},
|
|
"onsetDateTime": "2024-01-01"
|
|
},
|
|
"request": {
|
|
"method": "PUT",
|
|
"url": "Condition/test123"
|
|
}
|
|
}
|
|
]
|
|
} |