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

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeProcedure
IdProcedure-procedure-bloodwork-before-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

Bloodwork 24H before Partial Parotidectomy

Source1

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