FHIR IG analytics| Package | de.dktk.oncology |
| Resource Type | Observation |
| Id | Observation-Histologie-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Observation-Histologie-example-1",
"meta": {
"profile": [
"http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Observation-Histologie"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "59847-4"
}
]
},
"subject": {
"reference": "Patient/Patient-Patient-example-1"
},
"encounter": {
"reference": "Encounter/Encounter-Fall-example-1"
},
"effectiveDateTime": "2018-01-01",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.6.43.1",
"version": "32",
"code": "8140/3"
}
]
},
"specimen": {
"reference": "Specimen/Specimen-Specimen-example-1"
},
"hasMember": [
{
"reference": "Observation/Observation-Grading-example-1"
}
]
}