Package | ihe.rad.idr |
Type | CapabilityStatement |
Id | IHE.ToDo.client |
FHIR Version | R5 |
Source | https://profiles.ihe.net/RAD/IDR/https://build.fhir.org/ig/IHE/RAD.IDR/CapabilityStatement-IHE.ToDo.client.html |
URL | https://profiles.ihe.net/RAD/IDR/CapabilityStatement/IHE.ToDo.client |
Version | 0.0.1-current |
Status | active |
Date | 2022-10-27 |
Name | IHE_ToDo_client |
Title | IHE ToDo client |
Realm | uv |
Authority | ihe |
Description | CapabilityStatement for Client Actor Explain - blah - blah |
Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
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.
client
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 |
---|---|---|---|---|---|---|---|---|---|
Patient | y | y | _lastUpdated, _id, active, family, given, identifier, telecom, birthdate, address-city, address-country, address-postalcode, address-state, gender, mothersMaidenName |
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 | active | token | Whether the patient record is active |
SHALL | family | string | A portion of the family name of the patient |
SHALL | given | string | A portion of the given name of the patient |
SHALL | identifier | token | A patient identifier |
SHALL | telecom | token | The value in any kind of telecom details of the patient |
SHALL | birthdate | date | The patient's date of birth |
SHALL | address-city | string | A city specified in an address |
SHALL | address-country | string | A country specified in an address |
SHALL | address-postalcode | string | A postalCode specified in an address |
SHALL | address-state | string | A state specified in an address |
SHALL | gender | token | Gender of the patient |
SHALL | mothersMaidenName | string | Mother's maiden (unmarried) name, commonly collected to help verify patient identity. |
{ "resourceType": "CapabilityStatement", "id": "IHE.ToDo.client", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://profiles.ihe.net/RAD/IDR/CapabilityStatement/IHE.ToDo.client", "version": "0.0.1-current", "name": "IHE_ToDo_client", "title": "IHE ToDo client", "status": "active", "experimental": false, "date": "2022-10-27", "publisher": "IHE Radiology Technical Committee", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.ihe.net/ihe_domains/radiology/" } ] }, { "telecom": [ { "system": "email", "value": "radiology@ihe.net" } ] }, { "name": "IHE Radiology Technical Committee", "telecom": [ { "system": "email", "value": "radiology@ihe.net" } ] } ], "description": "CapabilityStatement for Client 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": "client", "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": "Patient", "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": "active", "type": "token", "documentation": "Whether the patient record is active" }, { "name": "family", "type": "string", "documentation": "A portion of the family name of the patient" }, { "name": "given", "type": "string", "documentation": "A portion of the given name of the patient" }, { "name": "identifier", "type": "token", "documentation": "A patient identifier" }, { "name": "telecom", "type": "token", "documentation": "The value in any kind of telecom details of the patient" }, { "name": "birthdate", "type": "date", "documentation": "The patient's date of birth" }, { "name": "address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "address-postalcode", "type": "string", "documentation": "A postalCode specified in an address" }, { "name": "address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "type": "token", "documentation": "Gender of the patient" }, { "name": "mothersMaidenName", "definition": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName", "type": "string", "documentation": "Mother's maiden (unmarried) name, commonly collected to help verify patient identity." } ] } ], "interaction": [ { "code": "search-system" } ] } ] }