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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeServiceRequest
IdServiceRequestPutDiagnosticOrderRequest.Example.json
FHIR VersionR5

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",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
    ]
  },
  "contained": [
    {
      "resourceType": "Provenance",
      "id": "provenance-001",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-provenance"
        ]
      },
      "target": [
        {
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/order-no",
            "value": "ORD-2026-00567"
          }
        }
      ],
      "recorded": "2026-02-20T11:00:00+08:00",
      "agent": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author",
                "display": "Author"
              }
            ]
          },
          "who": {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M34567"
            },
            "display": "Dr. Tan Wei Ming"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.synapxe.sg/NamingSystem/order-no",
      "value": "ORD-2026-00567"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "urgent",
  "code": {
    "concept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "77477000",
          "display": "Computerized axial tomography"
        }
      ],
      "text": "CT Abdomen with contrast"
    }
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "T1234567Z"
    }
  },
  "encounter": {
    "type": "Encounter",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/eventID",
      "value": "ENC-2026-11234"
    }
  },
  "occurrenceDateTime": "2026-02-25T09:00:00+08:00",
  "authoredOn": "2026-02-20T11:00:00+08:00",
  "requester": {
    "type": "Practitioner",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
      "value": "M34567"
    },
    "display": "Dr. Tan Wei Ming"
  },
  "performer": [
    {
      "type": "Practitioner",
      "identifier": {
        "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
        "value": "M89012"
      },
      "display": "Dr. Lee Radiologist"
    }
  ],
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "271442003",
            "display": "Abdominal pain"
          }
        ],
        "text": "Acute abdominal pain with elevated inflammatory markers - rule out appendicitis"
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "818981001",
          "display": "Abdomen"
        }
      ]
    }
  ],
  "note": [
    {
      "authorReference": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
          "value": "M34567"
        },
        "display": "Dr. Tan Wei Ming"
      },
      "time": "2026-02-20T11:00:00+08:00",
      "text": "Patient has known allergy to iodinated contrast. Please use low-osmolar contrast agent and follow pre-medication protocol. Clinical urgency - patient presenting with acute abdomen."
    }
  ],
  "relevantHistory": [
    {
      "reference": "#provenance-001"
    }
  ]
}