FHIR IG analytics| Package | actnow.canshare.co.nz |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-AnCapabilityStatement.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/tewhatuora/actnow/CapabilityStatement-AnCapabilityStatement.html |
| URL | http://canshare.co.nz/fhir/CapabilityStatement/AnCapabilityStatement |
| Version | 0.5.0 |
| Status | draft |
| Date | 2022-10-03 |
| Name | CanShareCapabilityStatement |
| Title | CapabilityStatement representing the server requirements for a FHIR server |
| Realm | nz |
| Description | Describes the server requirements for ACT-NOW |
| Kind | requirements |
No resources found
| StructureDefinition | ||
| actnow.canshare.co.nz#current | an-bsa | Body Surface Area |
| actnow.canshare.co.nz#current | an-cGroup | Clinical TNM group score |
| actnow.canshare.co.nz#current | an-cM | Clinical M-score |
| actnow.canshare.co.nz#current | an-cN | Clinical N-score |
| actnow.canshare.co.nz#current | an-cT | Clinical T-score |
| actnow.canshare.co.nz#current | an-careplan-cycle | Cycle Careplan |
| actnow.canshare.co.nz#current | an-careplan-regimen | Regimen Careplan |
| actnow.canshare.co.nz#current | an-creat-clear | Creatinine Clearance |
| actnow.canshare.co.nz#current | an-ecog | ECOG score |
| actnow.canshare.co.nz#current | an-height | Height |
| actnow.canshare.co.nz#current | an-histology | Histology |
| actnow.canshare.co.nz#current | an-medication-administration | ACT-NOW medication administration |
| actnow.canshare.co.nz#current | an-medication-request | ACT-NOW medication request |
| actnow.canshare.co.nz#current | an-pGroup | Pathological TNM group score |
| actnow.canshare.co.nz#current | an-pM | Pathological M-score |
| actnow.canshare.co.nz#current | an-pN | Pathological N-score |
| actnow.canshare.co.nz#current | an-pT | Pathological T-score |
| actnow.canshare.co.nz#current | an-patient | ACT-NOW patient |
| actnow.canshare.co.nz#current | an-weight | Weight |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement AnCapabilityStatement
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.
servertransactioninteraction.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 | Supported Profiles ACT-NOW patient | y | identifier, name, gender | ||||||
| CarePlan | Supported Profiles Regimen Careplan Cycle Careplan | y | identifier | ||||||
| Observation | Supported Profiles Clinical T-score Clinical N-score Clinical M-score Clinical TNM group score Pathological T-score Pathological N-score Pathological M-score Pathological TNM group score Body Surface Area Creatinine Clearance Height Weight Histology ECOG score | y | identifier | ||||||
| MedicationAdministration | Supported Profiles ACT-NOW medication administration | y | identifier | ||||||
| MedicationRequest | Supported Profiles ACT-NOW medication request | y | identifier |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token | |
| SHALL | name | string | |
| SHALL | gender | token |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token |
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token |
{
"resourceType": "CapabilityStatement",
"id": "AnCapabilityStatement",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://canshare.co.nz/fhir/CapabilityStatement/AnCapabilityStatement",
"version": "0.5.0",
"name": "CanShareCapabilityStatement",
"title": "CapabilityStatement representing the server requirements for a FHIR server",
"status": "draft",
"date": "2022-10-03",
"publisher": "Te aho o te kahu - Cancer Control Agency",
"contact": [
{
"name": "Te aho o te kahu - Cancer Control Agency",
"telecom": [
{
"system": "email",
"value": "mailto:david.hay25@gmail.com"
}
]
}
],
"description": "Describes the server requirements for ACT-NOW",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ",
"display": "New Zealand"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "Patient",
"supportedProfile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-patient"
],
"interaction": [
{
"code": "search-type"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"searchParam": [
{
"name": "identifier",
"type": "token"
},
{
"name": "name",
"type": "string"
},
{
"name": "gender",
"type": "token"
}
]
},
{
"type": "CarePlan",
"supportedProfile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-careplan-regimen",
"http://canshare.co.nz/fhir/StructureDefinition/an-careplan-cycle"
],
"interaction": [
{
"code": "search-type"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"searchParam": [
{
"name": "identifier",
"type": "token"
}
]
},
{
"type": "Observation",
"supportedProfile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-cT",
"http://canshare.co.nz/fhir/StructureDefinition/an-cN",
"http://canshare.co.nz/fhir/StructureDefinition/an-cM",
"http://canshare.co.nz/fhir/StructureDefinition/an-cGroup",
"http://canshare.co.nz/fhir/StructureDefinition/an-pT",
"http://canshare.co.nz/fhir/StructureDefinition/an-pN",
"http://canshare.co.nz/fhir/StructureDefinition/an-pM",
"http://canshare.co.nz/fhir/StructureDefinition/an-pGroup",
"http://canshare.co.nz/fhir/StructureDefinition/an-bsa",
"http://canshare.co.nz/fhir/StructureDefinition/an-creat-clear",
"http://canshare.co.nz/fhir/StructureDefinition/an-height",
"http://canshare.co.nz/fhir/StructureDefinition/an-weight",
"http://canshare.co.nz/fhir/StructureDefinition/an-histology",
"http://canshare.co.nz/fhir/StructureDefinition/an-ecog"
],
"interaction": [
{
"code": "search-type"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"searchParam": [
{
"name": "identifier",
"type": "token"
}
]
},
{
"type": "MedicationAdministration",
"supportedProfile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-medication-administration"
],
"interaction": [
{
"code": "search-type"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"searchParam": [
{
"name": "identifier",
"type": "token"
}
]
},
{
"type": "MedicationRequest",
"supportedProfile": [
"http://canshare.co.nz/fhir/StructureDefinition/an-medication-request"
],
"interaction": [
{
"code": "search-type"
}
],
"conditionalCreate": true,
"conditionalUpdate": true,
"searchParam": [
{
"name": "identifier",
"type": "token"
}
]
}
],
"interaction": [
{
"code": "transaction"
}
]
}
]
}