Package | nictiz.fhir.nl.stu3.zib2015 |
Resource Type | CapabilityStatement |
Id | capabilitystatement-client-pdfa |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities |
URL | http://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities |
Version | 1.0 |
Status | active |
Date | 2017-09-25 |
Name | PDFAClient |
Realm | nl |
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). |
Copyright | CC0 |
Kind | requirements |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "CapabilityStatement", "url": "http://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities", "version": "1.0", "name": "PDFAClient", "status": "active", "date": "2017-09-25", "publisher": "Nictiz", "contact": [ { "name": "Nictiz", "telecom": [ { "system": "email", "value": "info@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).", "copyright": "CC0", "kind": "requirements", "fhirVersion": "3.0.1", "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-organization" }, { "reference": "http://ihe.net/fhir/StructureDefinition/IHE.MHD.DocumentManifest" }, { "reference": "http://ihe.net/fhir/StructureDefinition/IHE.MHD.Query.Comprehensive.DocumentReference" }, { "reference": "http://ihe.net/fhir/StructureDefinition/IHE.MHD.Query.Minimal.DocumentReference" }, { "reference": "http://ihe.net/fhir/StructureDefinition/IHE.MHD.List" } ], "rest": [ { "mode": "client", "resource": [ { "type": "DocumentManifest", "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference" }, { "name": "created", "type": "date" }, { "name": "author", "type": "reference" }, { "name": "type", "type": "token" }, { "name": "source", "type": "uri" }, { "name": "status", "type": "token" } ] }, { "type": "DocumentReference", "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference" }, { "name": "status", "type": "token" }, { "name": "indexed", "type": "date" }, { "name": "author", "type": "reference" }, { "name": "class", "type": "token" }, { "name": "type", "type": "token" }, { "name": "setting", "type": "token" }, { "name": "period", "type": "date" }, { "name": "facility", "type": "token" }, { "name": "event", "type": "token" }, { "name": "securityLabel", "type": "token" }, { "name": "format", "type": "token" }, { "name": "related-id", "type": "token" } ] }, { "type": "Binary", "interaction": [ { "code": "read" } ] } ] } ] }