FHIR IG analytics| Package | smart.who.int.hiv |
| Resource Type | Procedure |
| Id | Procedure-ExampleHivInvasiveCervicalCancerTreatment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ExampleHivInvasiveCervicalCancerTreatment
Profile: Invasive Cervical Cancer Treatment
status: Completed
code: Hysterectomy
subject: Anonymous Patient Male, DoB: 1980-01-01
performed: 2019-01-01 10:30:00+0000
| Actor |
| Practitioner |
reasonReference: Condition Invasive cervical cancer
{
"resourceType": "Procedure",
"id": "ExampleHivInvasiveCervicalCancerTreatment",
"meta": {
"profile": [
"http://smart.who.int/hiv/StructureDefinition/HivInvasiveCervicalCancerTreatment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"code": "HIV.D.DE734"
}
]
},
"subject": {
"reference": "Patient/ExampleHivPatient"
},
"performedDateTime": "2019-01-01T10:30:00Z",
"performer": [
{
"actor": {
"reference": "Practitioner/ExampleSurgeon"
}
}
],
"reasonReference": [
{
"reference": "Condition/ExampleHivInvasiveCervicalCancerDiagnosis"
}
]
}