-
Notifications
You must be signed in to change notification settings - Fork 1
/
OriginalCapabilityStatement.json
119 lines (119 loc) · 4.15 KB
/
OriginalCapabilityStatement.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"resourceType": "CapabilityStatement",
"status": "active",
"date": "2019-01-17T08:49:12+00:00",
"publisher": "Not provided",
"kind": "instance",
"software": {
"name": "HAPI FHIR Server",
"version": "3.6.0"
},
"implementation": {
"description": "HAPI FHIR",
"url": "http://a2sibookingprovidertest.directoryofservices.nhs.uk:443/poc/"
},
"fhirVersion": "3.0.1",
"acceptUnknown": "extensions",
"format": [
"application/fhir+xml",
"application/fhir+json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "Appointment",
"profile": {
"reference": "http://hl7.org/fhir/StructureDefinition/Appointment"
},
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "search-type"
}
]
},
{
"type": "OperationDefinition",
"profile": {
"reference": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
},
"interaction": [
{
"code": "read"
}
]
},
{
"type": "Slot",
"profile": {
"reference": "http://hl7.org/fhir/StructureDefinition/Slot"
},
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchInclude": [
"HealthcareService.location",
"HealthcareService.providedBy",
"Schedule:actor:HealthcareService",
"Schedule:actor:Practitioner",
"Schedule:actor:PractitionerRole",
"Slot:schedule"
],
"searchParam": [
{
"name": "schedule",
"type": "token",
"documentation": "This is the HealthcareService for which Slots are being requested - set this to the ASID of the Provider service"
},
{
"name": "start",
"type": "date",
"documentation": "Appointment date/time."
},
{
"name": "status",
"type": "token",
"documentation": "The free/busy status of the appointment"
},
{
"name": "start",
"type": "date",
"documentation": "Appointment date/time."
},
{
"name": "status",
"type": "token",
"documentation": "The free/busy status of the appointment"
}
]
},
{
"type": "StructureDefinition",
"profile": {
"reference": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
},
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
}
]
}
]
}