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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeProcedure
IdProcedure-proc.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 proc

version: 1

status: Completed

code: Appendectomy

subject: http://server.example.org/fhir/Patient/pat

performed: 2013-04-05

recorder: http://server.example.org/fhir/Practitioner/pract

Performers

-Actor
*http://server.example.org/fhir/Practitioner/pract

reasonCode: Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding

followUp: ROS 5 days - 2013-04-10

note:

Routine Appendectomy. Appendix was inflamed and in retro-caecal position


Source1

{
  "resourceType": "Procedure",
  "id": "proc",
  "meta": {
    "versionId": "1"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80146002",
        "display": "Excision of appendix"
      }
    ],
    "text": "Appendectomy"
  },
  "subject": {
    "reference": "http://server.example.org/fhir/Patient/pat"
  },
  "performedDateTime": "2013-04-05",
  "recorder": {
    "reference": "http://server.example.org/fhir/Practitioner/pract"
  },
  "performer": [
    {
      "actor": {
        "reference": "http://server.example.org/fhir/Practitioner/pract"
      }
    }
  ],
  "reasonCode": [
    {
      "text": "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding"
    }
  ],
  "followUp": [
    {
      "text": "ROS 5 days  - 2013-04-10"
    }
  ],
  "note": [
    {
      "text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position"
    }
  ]
}