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

FHIR IG analytics

Packagehl7.fhir.eu.base-r5
Resource TypeProcedure
IdProcedure-procedure-eu-core-example.json
FHIR VersionR5

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 procedure-eu-core-example

status: Completed

code: Appendectomy

subject: John Doe Male, DoB: 1980-01-01

occurrence: 2023-04-15

Performers

-Actor
*PractitionerRole General practice (specialty)

bodySite: Appendix structure

note:

Laparoscopic procedure with no complications.


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base-r5/StructureDefinition/procedure-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Appendectomy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example"
  },
  "occurrenceDateTime": "2023-04-15",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/practitionerRole-eu-core-example"
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66754008",
          "display": "Appendix structure"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Laparoscopic procedure with no complications."
    }
  ]
}