FHIR IG analytics| Package | myhie.v4-test |
| Resource Type | Schedule |
| Id | vce-sch-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Schedule",
"id": "vce-sch-example",
"meta": {
"source": "http://provider.hie.moh.gov.my",
"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"
}
]
}
}
],
"active": true,
"serviceCategory": [
{
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/encounter-class-my-core",
"code": "VR",
"display": "Virtual"
}
]
}
],
"serviceType": [
{
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/service-type-my-core",
"code": "VCE",
"display": "Individual Virtual Consultation"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://fhir.hie.moh.gov.my/CodeSystem/specialty-my-core",
"code": "149",
"display": "Communicable Disease"
}
]
}
],
"participant": [
{
"actor": {
"reference": "HealthcareService/368d90f6-d0d0-4b8c-a83b-45f1e3034dcc",
"type": "HealthcareService",
"display": "Communicable Disease"
}
}
],
"planningHorizon": {
"start": "2023-07-10T21:00:00+08:00",
"end": "2023-07-10T22:00:00+08:00"
},
"comment": "HTJ-Communicable Disease"
}