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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeBundle
Idschedule-sample.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": "Bundle",
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "urn:uuid:00000001-0001-0001-0001-000000000001",
      "request": {
        "method": "POST"
      },
      "resource": {
        "resourceType": "Schedule",
        "id": "schedule-sample",
        "meta": {
          "source": "sample",
          "profile": [
            "http://fhir.hie.moh.gov.my/StructureDefinition/Schedule-my-core"
          ]
        },
        "extension": [
          {
            "url": "http://fhir.hie.moh.gov.my/StructureDefinition/schedule-type-my-core",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
                  "code": "affiliate",
                  "display": "Affiliate"
                }
              ]
            }
          },
          {
            "url": "http://fhir.hie.moh.gov.my/StructureDefinition/audit-my-core",
            "extension": [
              {
                "url": "recorder",
                "valueReference": {
                  "type": "PractitionerRole",
                  "identifier": {
                    "system": "http://fhir.hie.moh.gov.my/sid/mmc-no",
                    "value": "12345"
                  },
                  "display": "Arumugan A/L Aryan"
                }
              },
              {
                "url": "recordedDate",
                "valueDateTime": "2023-05-12T11:20:31+08:00"
              },
              {
                "url": "lastUpdater",
                "valueReference": {
                  "type": "PractitionerRole",
                  "identifier": {
                    "system": "http://fhir.hie.moh.gov.my/sid/mmc-no",
                    "value": "12345"
                  },
                  "display": "Arumugan A/L Aryan"
                }
              }
            ]
          }
        ],
        "identifier": [
          {
            "system": "http://fhir.hie.moh.gov.my/sid/batch-id",
            "value": "schedule-id-123"
          }
        ],
        "active": true,
        "serviceCategory": [
          {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
                "code": "AMB",
                "display": "Outpatient"
              }
            ]
          }
        ],
        "serviceType": [
          {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
                "code": "03",
                "display": "Outpatient"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
                "code": "02",
                "display": "General Medicine"
              }
            ]
          }
        ],
        "actor": [
          {
            "reference": "HealthcareService/fe5dba17-00d9-474c-90a6-71901c66ecfc",
            "type": "HealthcareService",
            "display": "Family Health"
          },
          {
            "type": "Location",
            "display": "BILIK RAWATAN 2"
          }
        ],
        "planningHorizon": {
          "start": "2023-05-15T11:00:00+08:00",
          "end": "2023-05-15T17:00:00+08:00"
        },
        "comment": "HTJ-KLINIK KELUARGA"
      }
    },
    {
      "fullUrl": "urn:uuid:00000001-0001-0001-0002-000000000001",
      "request": {
        "method": "POST"
      },
      "resource": {
        "resourceType": "Slot",
        "meta": {
          "lastUpdated": "2023-05-15T09:16:00.852+08:00",
          "source": "sample",
          "profile": [
            "http://fhir.hie.moh.gov.my/StructureDefinition/Slot-my-core"
          ]
        },
        "extension": [
          {
            "url": "http://fhir.hie.moh.gov.my/StructureDefinition/slot-quota-my-core",
            "extension": [
              {
                "url": "quota",
                "valueString": "10"
              },
              {
                "url": "available",
                "valueString": "10"
              }
            ]
          }
        ],
        "identifier": [
          {
            "value": "HTJ-SLT-2300000102"
          }
        ],
        "serviceCategory": [
          {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
                "code": "AMB",
                "display": "Outpatient"
              }
            ]
          }
        ],
        "serviceType": [
          {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
                "code": "03",
                "display": "Outpatient"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
                "code": "02",
                "display": "General Medicine"
              }
            ]
          }
        ],
        "appointmentType": {
          "coding": [
            {
              "system": "http://fhir.hie.moh.gov.my/CodeSystem/schedule-type-my-core",
              "code": "public",
              "display": "Public"
            }
          ]
        },
        "schedule": {
          "reference": "Schedule/urn:uuid:00000001-0001-0001-0001-000000000001"
        },
        "status": "free",
        "start": "2023-05-15T11:00:00+08:00",
        "end": "2023-05-15T17:00:00+08:00",
        "comment": "HTJ-KLINIK KELUARGA"
      }
    }
  ]
}