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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeProcedure
IdProcedure-Procedure-Appendectomy.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

This is a test of the procedure text field.

Source1

{
  "resourceType": "Procedure",
  "id": "Procedure-Appendectomy",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-procedure-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Appendectomy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Mracena2"
  },
  "performedDateTime": "2023-10-01T10:00:00Z",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/Practitioner-2"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "85189001",
          "display": "Acute appendicitis"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "66754008",
          "display": "Appendix"
        }
      ]
    }
  ],
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385669000",
        "display": "Successful (qualifier value)"
      }
    ]
  },
  "focalDevice": [
    {
      "manipulated": {
        "reference": "Device/Device-Pacemaker"
      }
    }
  ]
}