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

FHIR IG analytics

Packageil.core.fhir.r4
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",
  "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)"
        }
      ]
    }
  ],
  "category": {
    "coding": [
      {
        "code": "103693007",
        "system": "http://snomed.info/sct",
        "display": "Diagnostic procedure (procedure)"
      }
    ]
  },
  "note": [
    {
      "text": "Blood test performed 24 hours before partial parotidectomy procedure"
    }
  ]
}