FHIR IG analytics| Package | ch.fhir.ig.ch-crl |
| Resource Type | Procedure |
| Id | Procedure-Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances"
Profile: CH CRL Procedure Treatment
CH CRL Procedure Treatment Goal: Curative - procedure intent (qualifier value) (SNOMED CT#373808002)
status: in-progress
category: First line treatment (procedure) (SNOMED CT#708255002)
code: Intraoperative Applikation von Chemotherapeutikum, sonstige (unknown#Z99.25.29)
subject: Patient/FranzMinimum " MINIMUM"
performed: 2018-12-15 --> (ongoing)
| - | Actor | OnBehalfOf |
| * | Organization/AbteilungMinimum "Abteilung Minium" | Organization/SpitalMinimum "Spital Minium" |
reasonReference: Observation/ICD-10
{
"resourceType": "Procedure",
"id": "Treatment-IntraoperativeApplicationOfChemotherapeuticSubstances",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-treatment"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-procedure-treatment-goal",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "373808002",
"display": "Curative - procedure intent (qualifier value)"
}
]
}
}
],
"status": "in-progress",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "708255002",
"display": "First line treatment (procedure)"
}
]
},
"code": {
"coding": [
{
"system": "urn:oid:2.16.756.5.30.1.126.3.1",
"code": "Z99.25.29",
"display": "Intraoperative Applikation von Chemotherapeutikum, sonstige"
}
]
},
"subject": {
"reference": "Patient/FranzMinimum"
},
"performedPeriod": {
"start": "2018-12-15"
},
"performer": [
{
"actor": {
"reference": "Organization/AbteilungMinimum"
},
"onBehalfOf": {
"reference": "Organization/SpitalMinimum"
}
}
],
"reasonReference": [
{
"reference": "Observation/ICD-10"
}
]
}