FHIR IG analytics| Package | hl7.fhir.uv.ichom-breast-cancer |
| Resource Type | Procedure |
| Id | Procedure-HormonaltherapyPatient147.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure
Resource Procedure "HormonaltherapyPatient147"
Profile: Hormonal therapy
method: Oophorectomy (SNOMED CT#83152002)
status: completed
code: Hormone therapy (SNOMED CT#169413002)
subject: Patient/BreastCancerPatient147 " LETSCHE"
performed: 2020-10-06 --> 2021-06-04
reasonCode: Neo-adjuvant - intent (SNOMED CT#373847000)
reasonReference: Condition/PrimaryBreastCancerPatient147
{
"resourceType": "Procedure",
"id": "HormonaltherapyPatient147",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/hormonal-therpay"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/procedure-method",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "83152002",
"display": "Oophorectomy"
}
]
}
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "169413002",
"display": "Hormone therapy"
}
]
},
"subject": {
"reference": "Patient/BreastCancerPatient147"
},
"performedPeriod": {
"start": "2020-10-06",
"end": "2021-06-04"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "373847000",
"display": "Neo-adjuvant - intent"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/PrimaryBreastCancerPatient147"
}
]
}