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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeServiceRequest
IdServiceRequest-chest-xray.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

Chest X-Ray for Amy Shaw

Source1

{
  "resourceType": "ServiceRequest",
  "id": "chest-xray",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "diagnosticImaging",
        "display": "בדיקות דימות"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-service-request"
    ]
  },
  "identifier": [
    {
      "value": "SR12345",
      "system": "http://goodcare.org/service-req/id"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "363679005",
          "system": "http://snomed.info/sct",
          "display": "Imaging (procedure)"
        }
      ],
      "text": "Imaging Order"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "30746-2",
        "system": "http://loinc.org",
        "display": "Portable XR Chest Views"
      }
    ],
    "text": "Portable XR Chest Views"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "386663009",
          "system": "http://snomed.info/sct",
          "display": "Bicycle accident (event)"
        }
      ],
      "text": "Bicycle accident"
    }
  ],
  "performer": [
    {
      "reference": "Organization/radiology-dept"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/burnt-ear"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "supportingInfo": [
    {
      "reference": "Observation/hemoglobin-lab-test"
    }
  ],
  "note": [
    {
      "text": "Patient is claustrophobic, please use sedation if needed."
    }
  ],
  "status": "active",
  "intent": "order",
  "subject": {
    "reference": "Patient/patient-israeli",
    "display": "Amy Shaw"
  },
  "encounter": {
    "reference": "Encounter/home-visit"
  },
  "occurrenceDateTime": "2024-10-13",
  "authoredOn": "2024-10-13T10:59:38-08:00",
  "requester": {
    "reference": "Practitioner/md"
  },
  "priority": "routine"
}