FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesmart.who.int.hiv
Resource TypeProcedure
IdProcedure-ExampleHivInvasiveCervicalCancerTreatment.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure ExampleHivInvasiveCervicalCancerTreatment

status: Completed

code: Hysterectomy

subject: Anonymous Patient Male, DoB: 1980-01-01

performed: 2019-01-01 10:30:00+0000

Performers

-Actor
*Practitioner

reasonReference: Condition Invasive cervical cancer


Source1

{
  "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"
    }
  ]
}