Schedule.serviceType
FHIR attribute (r4)
In the Schedule resource for FHIR r4 , the serviceType attribute identifies the Specific service
serviceType (Schedule) description
Attribute Name: serviceType
Description: Specific service
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Schedule.serviceType Example
"serviceType": [
{
"coding": [
{
"code": "57",
"display": "Immunization"
}
]
}
]
Schedule attributes
AttributeField is listTypeDescription
Description: External Ids for this item
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"identifier": [
{
"use": "usual",
"system": "http://example.org/scheduleid",
"value": "45"
}
]
Description: Whether this schedule is in active use
Attribute Type : boolean
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: High-level category
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"serviceCategory": [
{
"coding": [
{
"code": "17",
"display": "General Practice"
}
]
}
]
Description: Specific service
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"serviceType": [
{
"coding": [
{
"code": "57",
"display": "Immunization"
}
]
}
]
Description: Type of specialty needed
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"specialty": [
{
"coding": [
{
"code": "408480009",
"display": "Clinical immunology"
}
]
}
]
Description: "actor" : [{ Reference(Patient|Practitioner|PractitionerRole|RelatedPerson|
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"actor": [
{
"reference": "Location/1",
"display": "Burgers UMC, South Wing, second floor"
}
]
Description: Period of time covered by schedule
Attribute Type : Period
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"planningHorizon": {
"start": "2013-12-25T09:15:00Z",
"end": "2013-12-25T09:30:00Z"
}
Description: Comments on availability
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"comment": "The slots attached to this schedule should be specialized to cover immunizations within the clinic"