IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: partial-parotidectomy - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "partial-parotidectomy",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.health.gov.il/StructureDefinition/il-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Partial Parotidectomy</div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "11150009",
        "display" : "Partial parotidectomy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-with-israeli-id"
  },
  "performedDateTime" : "2020-02-07"
}