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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeProcedure
IdProcedure-partial-parotidectomy.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

Partial Parotidectomy

Source1

{
  "resourceType": "Procedure",
  "id": "partial-parotidectomy",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-procedure"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "11150009",
        "display": "Partial parotidectomy"
      }
    ]
  },
  "performedDateTime": "2020-02-07",
  "subject": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-nurse-no-expertise-with-advanced-courses"
      }
    }
  ],
  "location": {
    "reference": "Location/hospital-unit"
  },
  "encounter": {
    "reference": "Encounter/breast-screaning"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "71388002",
          "system": "http://snomed.info/sct",
          "display": "Procedure (procedure)"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "code": "442083009",
          "system": "http://snomed.info/sct",
          "display": "Anatomical or acquired body structure (body structure)"
        }
      ]
    }
  ],
  "complication": [
    {
      "coding": [
        {
          "code": "53933002",
          "system": "http://snomed.info/sct",
          "display": "Injury of facial nerve (disorder)"
        }
      ]
    }
  ],
  "category": {
    "coding": [
      {
        "code": "387713003",
        "system": "http://snomed.info/sct",
        "display": "Surgical procedure (procedure)"
      }
    ]
  }
}