FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Observation |
| Id | Observation-ICD-10-Kolon-final.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "ICD-10-Kolon-final"
Profile: CH CRL Observation ICD-10
status: final
code: Primary diagnosis ICD code (LOINC#86255-7)
subject: Patient/RobertMeier " MEIER"
effective: 2018-12-02
value: Bösartige Neubildung des Kolons (icd-10-gm[2019]#C18)
{
"resourceType": "Observation",
"id": "ICD-10-Kolon-final",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-icd10"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "86255-7",
"display": "Primary diagnosis ICD code"
}
]
},
"subject": {
"reference": "Patient/RobertMeier"
},
"effectiveDateTime": "2018-12-02",
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm",
"version": "2019",
"code": "C18",
"display": "Bösartige Neubildung des Kolons"
}
]
}
}