FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/IHE.ToDo.server

Packageihe.ro.smrt
TypeCapabilityStatement
IdIHE.ToDo.server
FHIR VersionR4
Sourcehttps://profiles.ihe.net/RO/SMRT/https://build.fhir.org/ig/IHE/RO.SMRT/CapabilityStatement-IHE.ToDo.server.html
URLhttps://profiles.ihe.net/Domain/Profile/CapabilityStatement/IHE.ToDo.server
Version0.0.1-current
Statusactive
Date2022-10-27
NameIHE_ToDo_supplier
TitleIHE ToDo Server
Realmuv
Authorityihe
DescriptionCapabilityStatement for Server Actor. Explain - blah - blah
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
IHE.ToDo.laughIHE ToDo Laugh Observation

Narrative

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

Generated Narrative: CapabilityStatement IHE.ToDo.server

IHE ToDo Server

  • Implementation Guide Version: 0.0.1-current
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2022-10-27
  • Published by: IHE Radiation Oncology Technical Committee

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

ToDo Client provides capability to blah blah.

Security

Recommend ATNA, encouraged IHE-IUA or SMART-app-launch

Summary of System-wide Interactions
  • Supports the search-systeminteraction.

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
ObservationSupported Profiles
  https://profiles.ihe.net/Domain/Profile/StructureDefinition/IHE.ToDo.laugh
yy_lastUpdated, _id, category, code, patient

Resource Conformance: supported Observation

Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • Supports read, search-type.

Supported Profiles

https://profiles.ihe.net/Domain/Profile/StructureDefinition/IHE.ToDo.laugh

Documentation

ToDo transaction [ITI-00]

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_lastUpdateddate

When the resource version last changed

SHALL_idtoken

Logical id of this artifact

SHALLcategorytoken

The classification of the type of observation

SHALLcodetoken

The code of the observation type

SHALLpatienttoken

The subject that the observation is about (if patient)

 

Source

{
  "resourceType": "CapabilityStatement",
  "id": "IHE.ToDo.server",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/Domain/Profile/CapabilityStatement/IHE.ToDo.server",
  "version": "0.0.1-current",
  "name": "IHE_ToDo_supplier",
  "title": "IHE ToDo Server",
  "status": "active",
  "experimental": false,
  "date": "2022-10-27",
  "publisher": "IHE Radiation Oncology Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/radiation_oncology/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "jill@aapm.org"
        }
      ]
    },
    {
      "name": "IHE Radiation Oncology Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "jill@aapm.org"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for Server Actor.\n\nExplain\n- blah\n- blah",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "ToDo Client provides capability to blah blah.",
      "security": {
        "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)"
      },
      "resource": [
        {
          "type": "Observation",
          "supportedProfile": [
            "https://profiles.ihe.net/Domain/Profile/StructureDefinition/IHE.ToDo.laugh"
          ],
          "documentation": "ToDo transaction [ITI-00]",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "The classification of the type of observation"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "The code of the observation type"
            },
            {
              "name": "patient",
              "type": "token",
              "documentation": "The subject that the observation is about (if patient)"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}