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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeServiceRequest
IdExample-DataStandardsWales-ServiceRequest-RadiologyOrder.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

CT Abdomen

Source1

{
  "resourceType": "ServiceRequest",
  "id": "Example-DataStandardsWales-ServiceRequest-RadiologyOrder",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-ServiceRequest"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "Normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.wales/Id/Radis-procedure-identifier",
      "value": "CABDO"
    }
  ],
  "requisition": {
    "system": "https://fhir.nhs.wales/Id/wrrs-request-identifier",
    "value": "1000003"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/servicerequest-category",
          "code": "363679005",
          "display": "Imaging"
        }
      ],
      "text": "Imaging"
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "721964003",
        "display": "Radiology order"
      }
    ],
    "text": "Radiology order"
  },
  "subject": {
    "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
    "display": "JONES, Alice (NHS: 9912003444)"
  },
  "authoredOn": "2021-09-29T09:25:57.773+00:00",
  "requester": {
    "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant",
    "display": "ALI, MOHAMMAD F (Dr) (C4115638) (General Medicine)"
  }
}