FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeCapabilityStatement
Idcapabilitystatement-client-pdfa.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.2&canonical=http://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities
URLhttp://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities
Version3.0.4
Statusactive
Date2022-09-22
NamePDFAClient
Realmnl
Authorityhl7
DescriptionThis CapabilityStatement describes the minimal requirements for a client to retrieve and send PDFA documents. The requirements are based on the IHE technical framework supplement for Mobile access to Health Documents (MHD).
PurposeThis CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.
CopyrightCC0
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CapabilityStatement",
  "url": "http://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities",
  "version": "3.0.4",
  "name": "PDFAClient",
  "status": "active",
  "date": "2022-09-22",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the minimal requirements for a client to retrieve and send PDFA documents. The requirements are based on the IHE technical framework supplement for Mobile access to Health Documents (MHD).",
  "purpose": "This CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.",
  "copyright": "CC0",
  "kind": "requirements",
  "fhirVersion": "3.0.2",
  "acceptUnknown": "both",
  "format": [
    "xml",
    "json"
  ],
  "profile": [
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.Minimal.ProvideDocumentBundle"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.DocumentManifest"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.Minimal.DocumentReference"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/IHE.MHD.List"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "DocumentManifest",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "create"
            }
          ],
          "searchParam": [
            {
              "name": "created",
              "type": "date"
            },
            {
              "name": "status",
              "type": "token"
            }
          ]
        },
        {
          "type": "DocumentReference",
          "interaction": [
            {
              "code": "search-type"
            },
            {
              "code": "create"
            }
          ],
          "searchParam": [
            {
              "name": "status",
              "type": "token"
            },
            {
              "name": "indexed",
              "type": "date"
            }
          ]
        },
        {
          "type": "Binary",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "create"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "transaction"
        }
      ]
    }
  ]
}