{ "description": "This CapabilityStatement describes the minimal requirements for a client to fulfill the laboratory results use cases described for MedMij. The MedMij use cases can be found here: https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG", "_filename": "capabilitystatement-client-labresults.json", "package_name": "nictiz.fhir.nl.stu3.zib2017", "format": [ "xml", "json" ], "date": "2017-12-20", "publisher": "Nictiz", "fhirVersion": "3.0.2", "name": "LabResultsClient", "acceptUnknown": "both", "copyright": "CC0", "type": null, "experimental": null, "resourceType": "CapabilityStatement", "title": null, "package_version": "1.3.6", "status": "active", "id": "60aa49fc-39a5-442b-a537-e65d53a286d5", "kind": "requirements", "url": "http://nictiz.nl/fhir/CapabilityStatement/labresults-clientcapabilities", "version": "1.0.0", "contact": [ { "name": "Nictiz", "telecom": [ { "use": "work", "value": "info@nictiz.nl", "system": "email" } ] } ], "rest": [ { "mode": "client", "resource": [ { "type": "DiagnosticReport", "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference" }, { "name": "date", "type": "date" }, { "name": "category", "type": "token" } ], "searchInclude": [ "DiagnosticReport:result", "DiagnosticReport:specimen", "DiagnosticReport:performer", "DiagnosticReport:subject" ] }, { "type": "Observation", "interaction": [ { "code": "search-type" } ], "searchParam": [ { "name": "patient", "type": "reference" }, { "name": "date", "type": "date" }, { "name": "category", "type": "token" } ], "searchInclude": [ "Observation:specimen", "Observation:performer", "Observation:related-target" ] } ] } ], "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://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-DiagnosticReport" }, { "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation" }, { "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen" } ] }