FHIR IG analytics| Package | myhie.v4-test |
| Resource Type | Slot |
| Id | slot-sample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Slot",
"id": "slot-sample",
"meta": {
"versionId": "1",
"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/schedule-sample"
},
"status": "free",
"start": "2023-05-15T11:00:00+08:00",
"end": "2023-05-15T17:00:00+08:00",
"comment": "HTJ-KLINIK KELUARGA"
}