FHIR IG analytics| Package | ltsi.fhir.oncofair |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-oncofair-producer-chemotherapy-data.json |
| FHIR Version | R5 |
| Source | http://oncofair-ig.kereval.cloud/ltsi.fhir.oncofair/CapabilityStatement-oncofair-producer-chemotherapy-data.html |
| URL | http://oncofair-ig.kereval.cloud/CapabilityStatement/oncofair-producer-chemotherapy-data |
| Version | 0.1.0 |
| Status | draft |
| Date | 2024-06-19T15:15:00+01:00 |
| Name | OncoFAIRProducerChemotherapyData |
| Title | OncoFAIR Producer Chemotherapy Data |
| Description | Software for tracking chemotherapy information relating to a patient. The software generates chemotherapy data by means of data updates by medical staff. |
| Kind | requirements |
No resources found
| StructureDefinition | |
| oncofair-careplan | OncoFAIR CarePlan |
| oncofair-encounter | OncoFAIR Encounter |
| oncofair-medication | OncoFAIR Medication |
| oncofair-medicationadministration-component | OncoFAIR MedicationAdministration Component |
| oncofair-medicationadministration-element | OncoFAIR MedicationAdministration Element |
| oncofair-medicationadministration-report | OncoFAIR MedicationAdministration Report |
| oncofair-medicationrequest-component | OncoFAIR MedicationRequest Component |
| oncofair-medicationrequest-element | OncoFAIR MedicationRequest Element |
| oncofair-medicationrequest-prescription | OncoFAIR MedicationRequest Prescription |
| oncofair-observation | OncoFAIR Observation |
| oncofair-patient | OncoFAIR Patient |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement oncofair-producer-chemotherapy-data
xml, jsonNote 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.
serverSoftware for tracking chemotherapy information relating to a patient
OAuthThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revincludesearch-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
search-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
search-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
search-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
OncoFAIR MedicationRequest Element
OncoFAIR MedicationRequest Component
search-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
search-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
OncoFAIR MedicationAdministration Component
OncoFAIR MedicationAdministration Report
search-type, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _lastUpdated | date | When the resource version last changed |
{
"resourceType": "CapabilityStatement",
"id": "oncofair-producer-chemotherapy-data",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://oncofair-ig.kereval.cloud/CapabilityStatement/oncofair-producer-chemotherapy-data",
"version": "0.1.0",
"name": "OncoFAIRProducerChemotherapyData",
"title": "OncoFAIR Producer Chemotherapy Data",
"status": "draft",
"experimental": true,
"date": "2024-06-19T15:15:00+01:00",
"publisher": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
"contact": [
{
"name": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
"telecom": [
{
"system": "url",
"value": "https://github.com/ONCOFAIR"
}
]
}
],
"description": "Software for tracking chemotherapy information relating to a patient. The software generates chemotherapy data by means of data updates by medical staff.",
"kind": "requirements",
"fhirVersion": "5.0.0",
"format": [
"xml",
"json"
],
"rest": [
{
"mode": "server",
"documentation": "Software for tracking chemotherapy information relating to a patient",
"security": {
"cors": false,
"service": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
"code": "OAuth"
}
]
}
]
},
"resource": [
{
"type": "Patient",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-patient",
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchRevInclude": [
"Encounter:subject"
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
},
{
"type": "Encounter",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-encounter",
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchInclude": [
"Encounter:subject"
],
"searchRevInclude": [
"MedicationAdministration:encounter",
"MedicationRequest:encounter"
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
},
{
"type": "Observation",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-observation",
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
},
{
"type": "Medication",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medication",
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchRevInclude": [
"MedicationRequest:medication",
"MedicationAdministration:medication"
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
},
{
"type": "MedicationRequest",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-prescription",
"supportedProfile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-element",
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationrequest-component"
],
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchInclude": [
"MedicationRequest:encounter",
"MedicationRequest:medication"
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
},
{
"type": "CarePlan",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-careplan",
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchInclude": [
"CarePlan:basedOn"
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
},
{
"type": "MedicationAdministration",
"profile": "http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-element",
"supportedProfile": [
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-component",
"http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-report"
],
"interaction": [
{
"code": "search-type"
},
{
"code": "read"
}
],
"searchInclude": [
"MedicationAdministration:encounter",
"MedicationAdministration:medication"
],
"searchParam": [
{
"name": "_lastUpdated",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}
]
}
]
}
]
}