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

: procedure-bloodwork-before-partial-parotidectomy - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "procedure-bloodwork-before-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\">Bloodwork 24H before Partial Parotidectomy</div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "396550006",
        "display" : "Blood test (procedure)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-with-israeli-id"
  },
  "performedDateTime" : "2020-02-07",
  "_performedDateTime" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "event",
            "valueReference" : {
              🔗 "reference" : "Procedure/partial-parotidectomy"
            }
          },
          {
            "url" : "relationship",
            "valueCode" : "before-start"
          },
          {
            "url" : "offset",
            "valueDuration" : {
              "value" : 24,
              "unit" : "hour",
              "system" : "http://unitsofmeasure.org",
              "code" : "h"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/StructureDefinition/relative-date"
      }
    ]
  }
}