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

FHIR IG analytics

Packageil.core.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

No narrative content found in resource


Source1

{
  "resourceType": "ServiceRequest",
  "id": "chest-xray",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-service-request"
    ]
  },
  "status": "active",
  "intent": "order",
  "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"
  },
  "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"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "386663009",
          "system": "http://snomed.info/sct",
          "display": "Bicycle accident (event)"
        }
      ],
      "text": "Bicycle accident"
    }
  ]
}