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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeServiceRequest
IdServiceRequest.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": "sr-outsource",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/ServiceRequest-my-core"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.hie.moh.gov.my/sid/service-request-id",
      "value": "HTJ-IMO-12345"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core",
          "code": "363679005",
          "display": "Imaging"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core",
          "code": "11",
          "display": "MRI"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core",
          "code": "280",
          "display": "HEAD & NECK"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core",
        "code": "281",
        "display": "MRI Brain"
      }
    ]
  },
  "subject": {
    "reference": "Patient/5cac31bd-e264-46dd-93d5-2017b228b0fa"
  },
  "encounter": {
    "reference": "Encounter/6d1e0aaf-78cc-41d7-af2c-38a94b2a41dd"
  },
  "authoredOn": "2023-11-09T10:19:10+08:00",
  "occurrencePeriod": {
    "start": "2023-12-01T08:00:00+08:00",
    "end": "2023-12-01T08:30:00+08:00"
  },
  "requester": {
    "reference": "PractitionerRole/4f7a88da-0183-4e39-86f4-ebb221b31f73/_history/17",
    "display": "SHAHIRA"
  },
  "performerType": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
        "code": "outsource",
        "display": "Outsource"
      }
    ]
  },
  "performer": [
    {
      "reference": "HealthcareService/hs-1"
    },
    {
      "reference": "Organization/33-1123121",
      "display": "KPJK"
    }
  ],
  "supportingInfo": [
    {
      "reference": "OrganizationAffiliation/oa-outsource"
    }
  ],
  "note": [
    {
      "text": "remark goes here"
    }
  ]
}