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

FHIR IG Statistics: CapabilityStatement/PTA-Appointment-R4-CapabilityStatement

Packagefi.kela.kanta.pta.ajanvaraus.r4
Resource TypeCapabilityStatement
IdPTA-Appointment-R4-CapabilityStatement
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fi.kela.kanta.pta.ajanvaraus.r4@1.0.0-RC1&canonical=https://pta.kanta.fi/appointment/R4/capabilitystatement
URLhttps://pta.kanta.fi/appointment/R4/capabilitystatement
Version0.0.1
Statusdraft
Date2024-05-17
NamePTA-Appointment-R4-CapabilityStatement
DescriptionPotilastiedon tietovarannon rajapinnan CapabilityStatement
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "url": "https://pta.kanta.fi/appointment/R4/capabilitystatement",
  "version": "0.0.1",
  "name": "PTA-Appointment-R4-CapabilityStatement",
  "status": "draft",
  "publisher": "Kela",
  "contact": [
    {
      "name": "kanta@kanta.fi"
    }
  ],
  "date": "2024-05-17",
  "description": "Potilastiedon tietovarannon rajapinnan CapabilityStatement",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "json"
  ],
  "implementationGuide": [
    "https://simplifier.net/guide/Kanta-Potilastiedon-arkisto-R4-versio-0.1"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "cors": true,
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "Certificates"
              }
            ]
          }
        ],
        "description": "DVV Sosiaali- ja terveydenhuollon palvelinvarmenne ja Kanta-JWT"
      },
      "resource": [
        {
          "type": "Appointment",
          "documentation": "Tallennus-, päivitys ja mitätöintitoiminnot suoritettava transaktion sisällä. Ks. tarkempi kuvaus implementointioppaasta.",
          "interaction": [
            {
              "code": "update",
              "documentation": "if-match käyttö pakollista"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "history-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "referencePolicy": [
            "literal",
            "logical",
            "enforced",
            "local"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "type": "reference"
            },
            {
              "name": "service-organiser",
              "type": "token"
            },
            {
              "name": "appointment-service-provider",
              "type": "token",
              "definition": "https://pta.kanta.fi/appointment/R4/SearchParameter/appointment-service-provider"
            },
            {
              "name": "appointment-service-provider-unit",
              "type": "token"
            },
            {
              "name": "producing-service-provider-unit",
              "type": "token"
            },
            {
              "name": "date",
              "type": "date"
            },
            {
              "name": "recorded",
              "type": "date"
            },
            {
              "name": "register-type-code",
              "type": "token"
            },
            {
              "name": "service-event",
              "type": "token"
            },
            {
              "name": "include-own",
              "type": "token"
            }
          ]
        },
        {
          "type": "Provenance",
          "interaction": [
            {
              "code": "create"
            }
          ],
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "referencePolicy": [
            "literal",
            "logical",
            "enforced",
            "local"
          ]
        }
      ],
      "interaction": [
        {
          "code": "transaction",
          "documentation": "Kaikki tallennukset transaktioilla"
        }
      ]
    }
  ]
}