FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Procedure |
| Id | Procedure-DiagnosticMethod.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "DiagnosticMethod"
Profile: CH CRL Procedure Diagnostic Method
status: completed
category: Diagnostic staging procedure PhenX (LOINC#67183-4)
code: CT scan of tumour (NKRS - Diagnostic Methods Used#7)
subject: Patient/FranzMinimum " MINIMUM"
performed: 2018-12-15T13:00:00+02:00
| - | Actor | OnBehalfOf |
| * | Organization/AbteilungMinimum "Abteilung Minium" | Organization/SpitalMinimum "Spital Minium" |
reasonReference: Observation/ICD-10
{
"resourceType": "Procedure",
"id": "DiagnosticMethod",
"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": "7",
"display": "CT scan of tumour"
}
]
},
"subject": {
"reference": "Patient/FranzMinimum"
},
"performedDateTime": "2018-12-15T13:00:00+02:00",
"performer": [
{
"actor": {
"reference": "Organization/AbteilungMinimum"
},
"onBehalfOf": {
"reference": "Organization/SpitalMinimum"
}
}
],
"reasonReference": [
{
"reference": "Observation/ICD-10"
}
]
}