eCard-at FHIR ImplementationGuide
0.1.0 - ci-build

eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0). See the Directory of published versions

: ecard Profile Capability Statement - JSON Representation

Active as of 2023-05-24

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "3dd825db-b04f-428f-8fe4-2a45c853d288",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://fhir.hl7.at/eCard-at/CapabilityStatement/3dd825db-b04f-428f-8fe4-2a45c853d288",
  "version" : "0.1.0",
  "name" : "RestServer",
  "title" : "ecard Profile Capability Statement",
  "status" : "active",
  "date" : "2023-05-24T12:10:41.022+02:00",
  "publisher" : "HL7 Austria",
  "contact" : [
    {
      "name" : "HL7 Austria",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.at"
        }
      ]
    }
  ],
  "kind" : "instance",
  "software" : {
    "name" : "HAPI FHIR Server",
    "version" : "6.4.4"
  },
  "implementation" : {
    "description" : "HAPI FHIR",
    "url" : "http://localhost:8080/EcSrvVdasOnFHIR/fhir"
  },
  "fhirVersion" : "4.0.1",
  "format" : [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Bundle",
          "profile" : "http://hl7.org/fhir/StructureDefinition/Bundle",
          "searchInclude" : [
            "*"
          ],
          "operation" : [
            {
              "name" : "versichertenDatenAbfragen",
              "definition" : "http://localhost:8080/EcSrvVdasOnFHIR/fhir/OperationDefinition/Bundle-t-versichertenDatenAbfragen",
              "documentation" : "Mit dieser Funktion werden die tagesaktuellen Versichertendaten eines Patienten abgefragt. Die Abfrage kann nur mit Cardtoken oder mit Software-Zertifikat durchgeführt werden. Bei Durchführung mit Cardtoken muss ein SV-Signaturtoken erstellt werden. Bei Erstellung des Signaturtokens mit der o-card muss zusätzlich die SV-Nummer des Patienten angegeben werden."
            }
          ]
        },
        {
          "type" : "OperationDefinition",
          "profile" : "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
          "interaction" : [
            {
              "code" : "read"
            }
          ],
          "searchInclude" : [
            "*"
          ]
        }
      ]
    }
  ]
}