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

FHIR IG Statistics: CapabilityStatement/capability-statement

Packagesynapxe.rcm
Resource TypeCapabilityStatement
Idcapability-statement
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.rcm@1.1.0&canonical=http://fhir.synapxe.sg/CapabilityStatement/profile-capability-statement
URLhttp://fhir.synapxe.sg/CapabilityStatement/profile-capability-statement
Version1.0.0
Statusdraft
Kindcapability

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
create-patient-careplanCreate Patient and assigned CarePlan
submit-communication-alertSubmit Communication Alert

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "url": "http://fhir.synapxe.sg/CapabilityStatement/profile-capability-statement",
  "version": "1.0.0",
  "status": "draft",
  "experimental": true,
  "kind": "capability",
  "fhirVersion": "5.0.0",
  "format": [
    "application/fhir+json",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "CapabilityStatement",
          "interaction": [
            {
              "code": "read",
              "documentation": "Returns the Capability Statement."
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "OperationDefinition",
          "interaction": [
            {
              "code": "read",
              "documentation": "Returns the Operation Definition."
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "SearchParameter",
          "interaction": [
            {
              "code": "read",
              "documentation": "Returns the Search Parameter."
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "StructureDefinition",
          "interaction": [
            {
              "code": "read",
              "documentation": "Returns the Structure Definition."
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "ValueSet",
          "interaction": [
            {
              "code": "read",
              "documentation": "Returns the Structure Definition."
            }
          ],
          "versioning": "no-version"
        },
        {
          "type": "Patient",
          "profile": "StructureDefinition/Patient",
          "interaction": [
            {
              "code": "read",
              "documentation": "Retrieve a patient resource by id."
            },
            {
              "code": "create",
              "documentation": "Creates a patient resource."
            },
            {
              "code": "update",
              "documentation": "Updates a patient resource."
            }
          ],
          "searchParam": [],
          "versioning": "versioned",
          "operation": []
        },
        {
          "type": "Observation",
          "profile": "StructureDefinition/Observation",
          "interaction": [
            {
              "code": "read",
              "documentation": "Retrieve a Observation resource by id."
            },
            {
              "code": "create",
              "documentation": "Send Vital Readings"
            },
            {
              "code": "update",
              "documentation": "Updates a Observation resource."
            }
          ],
          "searchParam": [],
          "versioning": "versioned",
          "operation": []
        },
        {
          "type": "Communication",
          "profile": "StructureDefinition/Communication",
          "interaction": [
            {
              "code": "read",
              "documentation": "Retrieve a Communication resource by id."
            },
            {
              "code": "create",
              "documentation": "Creates a Communication resource."
            },
            {
              "code": "update",
              "documentation": "Updates a Communication resource."
            }
          ],
          "searchParam": [],
          "versioning": "versioned",
          "operation": []
        }
      ],
      "operation": [
        {
          "name": "create-patient-careplan",
          "definition": "http://fhir.synapxe.sg/OperationDefinition/create-patient-careplan"
        },
        {
          "name": "send-communication-alert",
          "definition": "http://fhir.synapxe.sg/OperationDefinition/submit-communication-alert"
        }
      ],
      "searchParam": [
        {
          "name": "_id",
          "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
          "type": "token",
          "documentation": "Logical id of this artifact"
        },
        {
          "name": "_lastUpdated",
          "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
          "type": "date",
          "documentation": "When the resource version last changed"
        },
        {
          "name": "_tag",
          "definition": "http://hl7.org/fhir/SearchParameter/Resource-tag",
          "type": "token",
          "documentation": "Tags applied to this resource"
        },
        {
          "name": "_sort",
          "definition": "http://hl7.org/fhir/SearchParameter/Resource-source",
          "type": "token",
          "documentation": "How to sort the resources when returning"
        },
        {
          "name": "_count",
          "definition": "http://hl7.org/fhir/SearchParameter/Resource-count",
          "type": "number",
          "documentation": "How many resources to return"
        }
      ]
    }
  ]
}