FHIR IG analytics| Package | cce.fhir |
| Resource Type | Observation |
| Id | Observation-Histology-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "Observation-Histology-example-1",
"meta": {
"profile": [
"https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Observation-Histology"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "59847-4"
}
]
},
"subject": {
"reference": "Patient/Patient-Patient-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"
}
}