Package | ihe.ro.smrt |
Type | CapabilityStatement |
Id | IHE.ToDo.server |
FHIR Version | R4 |
Source | https://profiles.ihe.net/RO/SMRT/https://build.fhir.org/ig/IHE/RO.SMRT/CapabilityStatement-IHE.ToDo.server.html |
URL | https://profiles.ihe.net/Domain/Profile/CapabilityStatement/IHE.ToDo.server |
Version | 0.0.1-current |
Status | active |
Date | 2022-10-27 |
Name | IHE_ToDo_supplier |
Title | IHE ToDo Server |
Realm | uv |
Authority | ihe |
Description | CapabilityStatement for Server Actor. Explain - blah - blah |
Kind | requirements |
No resources found
StructureDefinition | |
IHE.ToDo.laugh | IHE ToDo Laugh Observation |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IHE.ToDo.server
application/fhir+xml
, application/fhir+json
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.
server
ToDo Client provides capability to blah blah.
Recommend ATNA, encouraged IHE-IUA or SMART-app-launch
search-system
interaction.The 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 |
---|---|---|---|---|---|---|---|---|---|
Observation | Supported Profileshttps://profiles.ihe.net/Domain/Profile/StructureDefinition/IHE.ToDo.laugh | y | y | _lastUpdated, _id, category, code, patient |
https://profiles.ihe.net/Domain/Profile/StructureDefinition/IHE.ToDo.laugh
ToDo transaction [ITI-00]
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | _lastUpdated | date | When the resource version last changed |
SHALL | _id | token | Logical id of this artifact |
SHALL | category | token | The classification of the type of observation |
SHALL | code | token | The code of the observation type |
SHALL | patient | token | The subject that the observation is about (if patient) |
{ "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" } ] } ] }