FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesanteon.careplan.ig
Resource TypeCapabilityStatement
IdCapabilityStatement-SanteonCarePlanCapabilityStatement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/SanteonNL/sim-on-fhir/CapabilityStatement-SanteonCarePlanCapabilityStatement.html
URLhttps://ig.santeon.nl/careplan/CapabilityStatement/SanteonCarePlanCapabilityStatement
Version0.1.0
Statusdraft
Date2025-01-01
NameSanteonCarePlanCapabilityStatement
TitleSanteon CarePlan Server Capability Statement
Realmnl
DescriptionDescribes the FHIR server capabilities for the Santeon CarePlan IG.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
santeon.careplan.ig#currentsanteon-careplanSanteon CarePlan

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement SanteonCarePlanCapabilityStatement

Santeon CarePlan Server Capability Statement

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2025-01-01
  • Published by: Santeon

Note 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.

FHIR RESTful Capabilities

Mode: server

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
CarePlanhttps://ig.santeon.nl/careplan/StructureDefinition/santeon-careplanyyyystatus, category, patient, date

Resource Conformance: unspecified CarePlan

Base System Profile
Santeon CarePlan
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read, search-type, create, update.

Search Parameters
ConformanceParameterTypeDocumentation
SHALLstatustoken
SHALLcategorytoken
SHALLpatientreference
SHALLdatedate
 

Source1

{
  "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"
            }
          ]
        }
      ]
    }
  ]
}