FHIR IG analytics| Package | hl7.fhir.uv.subscriptions-backport.r4 |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-r4-capabilitystatement-example-server.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
xml, jsonNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
serverThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | D | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|---|
| Subscription | Supported profiles: R4/B Topic-Based Subscription | y | y | y | y | url, status | ||||
| Patient | y | y | y | y | ||||||
| Encounter | y | y | y | y | ||||||
| Observation | y | y | y | y | ||||||
| Basic | y | y | y | y | code |
read, create, update, delete.| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $status | |
| SHALL | $events | |
| SHALL | $get-ws-binding-token |
read, create, update, delete.read, create, update, delete.{
"resourceType": "CapabilityStatement",
"id": "r4-capabilitystatement-example-server",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://hl7.org/fhir/uv/subscriptions-backport/CapabilityStatement/r4-capabilitystatement-example-server",
"version": "1.2.0-ballot",
"status": "active",
"date": "2020-11-30",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
},
{
"name": "Gino Canessa",
"telecom": [
{
"system": "email",
"value": "mailto:gino.canessa@microsoft.com"
}
]
}
],
"description": "R4 example of a CapabilityStatement advertising support for topic-based subscriptions and a few topics.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"kind": "requirements",
"instantiates": [
"http://hl7.org/fhir/uv/subscriptions-backport/CapabilityStatement/backport-subscription-server-r4"
],
"fhirVersion": "4.0.0",
"format": [
"xml",
"json"
],
"implementationGuide": [
"http://hl7.org/fhir/uv/subscriptions-backport/ImplementationGuide/hl7.fhir.uv.subscriptions-backport"
],
"rest": [
{
"mode": "server",
"resource": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/capabilitystatement-subscriptiontopic-canonical",
"valueCanonical": "http://example.org/topics/patient-admission"
},
{
"url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/capabilitystatement-subscriptiontopic-canonical",
"valueCanonical": "http://example.org/topics/patient-discharge"
}
],
"type": "Subscription",
"supportedProfile": [
"http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription"
],
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "update"
},
{
"code": "delete"
}
],
"searchParam": [
{
"name": "url",
"definition": "http://hl7.org/fhir/SearchParameter/Subscription-url",
"type": "uri"
},
{
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/Subscription-status",
"type": "token"
}
],
"operation": [
{
"name": "status",
"definition": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-status"
},
{
"name": "events",
"definition": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-events"
},
{
"name": "get-ws-binding-token",
"definition": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/backport-subscription-get-ws-binding-token"
}
]
},
{
"type": "Patient",
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "update"
},
{
"code": "delete"
}
]
},
{
"type": "Encounter",
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "update"
},
{
"code": "delete"
}
]
},
{
"type": "Observation",
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "update"
},
{
"code": "delete"
}
]
},
{
"type": "Basic",
"interaction": [
{
"code": "read"
},
{
"code": "create"
},
{
"code": "update"
},
{
"code": "delete"
}
],
"searchParam": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHOULD"
}
],
"name": "code",
"definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
"type": "token"
}
]
}
]
}
]
}