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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeTask
IdTask.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": "Task",
  "id": "task-outsource",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Task-my-core"
    ]
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/sr-outsource"
    }
  ],
  "status": "draft",
  "businessStatus": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/task-business-status-my-core",
        "code": "initiate",
        "display": "Initiated"
      }
    ]
  },
  "intent": "order",
  "priority": "routine",
  "for": {
    "reference": "Patient/5cac31bd-e264-46dd-93d5-2017b228b0fa"
  },
  "encounter": {
    "reference": "Encounter/enc-performer"
  },
  "executionPeriod": {
    "start": "2023-12-01T08:00:00+08:00",
    "end": "2023-12-01T08:30:00+08:00"
  },
  "authoredOn": "2023-12-01T08:00: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"
        }
      ]
    }
  ],
  "owner": {
    "reference": "Organization/11-05060009"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/task-input-type-my-core",
            "code": "001",
            "display": "Service Request Category"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core",
            "code": "363679005",
            "display": "Imaging"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/task-input-type-my-core",
            "code": "003",
            "display": "Imaging Modality"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core",
            "code": "11",
            "display": "MRI"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/task-input-type-my-core",
            "code": "004",
            "display": "Imaging Region"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core",
            "code": "280",
            "display": "HEAD & NECK"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/task-input-type-my-core",
            "code": "005",
            "display": "Imaging Orderable"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core",
            "code": "281",
            "display": "MRI Brain"
          }
        ]
      }
    }
  ]
}