FHIR IG analytics| Package | santeon.careplan.ig |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-SanteonCarePlanCapabilityStatement.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/SanteonNL/sim-on-fhir/CapabilityStatement-SanteonCarePlanCapabilityStatement.html |
| URL | https://ig.santeon.nl/careplan/CapabilityStatement/SanteonCarePlanCapabilityStatement |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-01-01 |
| Name | SanteonCarePlanCapabilityStatement |
| Title | Santeon CarePlan Server Capability Statement |
| Realm | nl |
| Description | Describes the FHIR server capabilities for the Santeon CarePlan IG. |
| Kind | requirements |
No resources found
| StructureDefinition | ||
| santeon.careplan.ig#current | santeon-careplan | Santeon CarePlan |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement SanteonCarePlanCapabilityStatement
json, xmlNote 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 | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| CarePlan | https://ig.santeon.nl/careplan/StructureDefinition/santeon-careplan | y | y | y | y | status, category, patient, date |
read, search-type, create, update.{
"resourceType": "CapabilityStatement",
"id": "SanteonCarePlanCapabilityStatement",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://ig.santeon.nl/careplan/CapabilityStatement/SanteonCarePlanCapabilityStatement",
"version": "0.1.0",
"name": "SanteonCarePlanCapabilityStatement",
"title": "Santeon CarePlan Server Capability Statement",
"status": "draft",
"experimental": true,
"date": "2025-01-01",
"publisher": "Santeon",
"contact": [
{
"name": "Santeon",
"telecom": [
{
"system": "url",
"value": "https://www.santeon.nl"
}
]
}
],
"description": "Describes the FHIR server capabilities for the Santeon CarePlan IG.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NL",
"display": "Netherlands"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"json",
"xml"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "CarePlan",
"profile": "https://ig.santeon.nl/careplan/StructureDefinition/santeon-careplan",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
},
{
"code": "create"
},
{
"code": "update"
}
],
"searchParam": [
{
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/CarePlan-status",
"type": "token"
},
{
"name": "category",
"definition": "http://hl7.org/fhir/SearchParameter/CarePlan-category",
"type": "token"
},
{
"name": "patient",
"definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
"type": "reference"
},
{
"name": "date",
"definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
"type": "date"
}
]
}
]
}
]
}