Important: This is a draft IG for trial use. Click here to give feedback.
CapabilityStatement client
REST Capabilities
Mode | Client | Documentation | This CapabilityStatement instance defines the minimal expected capabilities of a client when conforming to LaboratoryTestResult message guide for exchanging LaboratoryTestResults as Documents. |
Resource Interactions
Resource Type | Supported Profiles | Create |
---|---|---|
Bundle | ✓ | |
Composition | ||
Observation | ||
Specimen | ||
ServiceRequest | ||
Patient | ||
PractitionerRole | ||
Practitioner | ||
Location | ||
Organization |
{ "resourceType": "CapabilityStatement", "id": "HdBe-LaboratoryTestResults.Client", "url": "https://fhir.healthdata.be/CapabilityStatement/HdBe-LaboratoryTestResults.Client", "name": "HdBeLaboratoryTestResults.Client", "status": "draft", "date": "2022-06-16T11:30:09.5663677+00:00", "publisher": "Healthdata.be (Sciensano)", "contact": [ { "name": "Service portal – healthdata.be", "telecom": [ { "system": "url", "value": "https://sciensano.service-now.com/sp", "use": "work" } ] } ], "description": "This CapabilityStatement instance defines the minimal expected capabilities of a client when conforming to LaboratoryTestResult message guide for exchanging LaboratoryTestResults in one Bundle.", "purpose": "This CapabilityStatement is informative in nature. 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": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "rest": [ { "mode": "client", "documentation": "This CapabilityStatement instance defines the minimal expected capabilities of a client when conforming to LaboratoryTestResult message guide for exchanging LaboratoryTestResults as Documents.", "resource": [ { "type": "Bundle", "interaction": [ { "code": "create" } ] }, { "type": "Composition", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition" ] }, { "type": "Observation", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult" ] }, { "type": "Specimen", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen" ] }, { "type": "ServiceRequest", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester" ] }, { "type": "Patient", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-Patient" ] }, { "type": "PractitionerRole", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole" ] }, { "type": "Practitioner", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner" ] }, { "type": "Location", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization" ] }, { "type": "Organization", "supportedProfile": [ "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization" ] } ] } ] }
<CapabilityStatement xmlns="http://hl7.org/fhir"> <id value="HdBe-LaboratoryTestResults.Client" /> <url value="https://fhir.healthdata.be/CapabilityStatement/HdBe-LaboratoryTestResults.Client" /> <name value="HdBeLaboratoryTestResults.Client" /> <status value="draft" /> <date value="2022-06-16T11:30:09.5663677+00:00" /> <publisher value="Healthdata.be (Sciensano)" /> <contact> <name value="Service portal – healthdata.be" /> <telecom> <system value="url" /> <value value="https://sciensano.service-now.com/sp" /> <use value="work" /> </telecom> </contact> <description value="This CapabilityStatement instance defines the minimal expected capabilities of a client when conforming to LaboratoryTestResult message guide for exchanging LaboratoryTestResults in one Bundle." /> <purpose value="This CapabilityStatement is informative in nature. 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 value="Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise." /> <kind value="requirements" /> <fhirVersion value="4.0.1" /> <format value="xml" /> <format value="json" /> <rest> <mode value="client" /> <documentation value="This CapabilityStatement instance defines the minimal expected capabilities of a client when conforming to LaboratoryTestResult message guide for exchanging LaboratoryTestResults as Documents." /> <resource> <type value="Bundle" /> <interaction> <code value="create" /> </interaction> </resource> <resource> <type value="Composition" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition" /> </resource> <resource> <type value="Observation" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult" /> </resource> <resource> <type value="Specimen" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen" /> </resource> <resource> <type value="ServiceRequest" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester" /> </resource> <resource> <type value="Patient" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-Patient" /> </resource> <resource> <type value="PractitionerRole" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole" /> </resource> <resource> <type value="Practitioner" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner" /> </resource> <resource> <type value="Location" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization" /> </resource> <resource> <type value="Organization" /> <supportedProfile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization" /> </resource> </rest> </CapabilityStatement>