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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeServiceRequest
IdServiceRequestPutRequest.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",
  "id": "servicerequest-001",
  "meta": {
    "extension": [
      {
        "url": "https://fhir.synapxe.sg/StructureDefinition/ext-artifact",
        "extension": [
          {
            "url": "msgId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-id",
              "value": "CR001"
            }
          },
          {
            "url": "msgSequenceId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id",
              "value": "001"
            }
          },
          {
            "url": "date",
            "valueDateTime": "2026-04-01T15:00:00+08:00"
          }
        ]
      }
    ],
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
    ],
    "source": "HPB-IDEAS",
    "tag": [
      {
        "code": "TTSH"
      }
    ]
  },
  "contained": [
    {
      "resourceType": "Provenance",
      "id": "provenance-001",
      "meta": {
        "profile": [
          "https://fhir.synapxe.sg/StructureDefinition/profile-provenance"
        ]
      },
      "target": [
        {
          "reference": "ServiceRequest/servicerequest-001"
        }
      ],
      "recorded": "2026-02-20T11:00:00+08:00",
      "activity": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
            "code": "CREATE",
            "display": "create"
          }
        ]
      },
      "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"
        }
      ]
    }
  },
  "subject": {
    "type": "Patient",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "T1234567Z"
    }
  },
  "encounter": {
    "type": "Encounter",
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/event-id",
      "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"
          }
        ]
      }
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "818981001",
          "display": "Abdomen"
        }
      ]
    }
  ],
  "note": [
    {
      "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"
    }
  ]
}