FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Procedure |
| Id | Procedure-DiagnosticMethod-Endoscopy20181202.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "DiagnosticMethod-Endoscopy20181202"
Profile: CH CRL Procedure Diagnostic Method
status: completed
category: Diagnostic staging procedure PhenX (LOINC#67183-4)
code: Endoscopy (NKRS - Diagnostic Methods Used#11)
subject: Patient/RobertMeier " MEIER"
performed: 2018-12-02T13:00:00+02:00
| - | Actor | OnBehalfOf |
| * | Organization/AbteilungPatho "Pathologisches Institut" | Organization/SpitalSeeblickDoktorPatho "Spital Seeblick" |
reasonReference: Observation/ICD-10-Kolon-final
{
"resourceType": "Procedure",
"id": "DiagnosticMethod-Endoscopy20181202",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-diagnosticmethod"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": {
"coding": [
{
"system": "http://loinc.org",
"code": "67183-4",
"display": "Diagnostic staging procedure PhenX"
}
]
},
"code": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-diagnosticmethodsused",
"code": "11",
"display": "Endoscopy"
}
]
},
"subject": {
"reference": "Patient/RobertMeier"
},
"performedDateTime": "2018-12-02T13:00:00+02:00",
"performer": [
{
"actor": {
"reference": "Organization/AbteilungPatho"
},
"onBehalfOf": {
"reference": "Organization/SpitalSeeblickDoktorPatho"
}
}
],
"reasonReference": [
{
"reference": "Observation/ICD-10-Kolon-final"
}
]
}