| Package | nictiz.fhir.nl.r4.labexchange |
| Resource Type | CapabilityStatement |
| Id | Lab2Healthcare-Results-SendReceive |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.labexchange@3.0.0-beta.2&canonical=http://nictiz.nl/fhir/CapabilityStatement/Lab2Healthcare-Results-SendReceive |
| URL | http://nictiz.nl/fhir/CapabilityStatement/Lab2Healthcare-Results-SendReceive |
| Status | draft |
| Date | 2023-03-20 |
| Name | Lab2Healthcare_Results_SendReceive |
| Realm | nl |
| Description | This CapabilityStatement describes the minimal requirements for a client and a server to fulfill the Lab2Healthcare use case for sending/receiving lab results. |
| 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 |
No resources found
| StructureDefinition | |
| nl-core-HealthcareProvider-Organization | nl core HealthcareProvider Organization |
| nl-core-LaboratoryTestResult.Specimen | nl core LaboratoryTestResult.Specimen |
| nl-core-LaboratoryTestResult.SpecimenSource | nl core LaboratoryTestResult.SpecimenSource |
| nl-core-LaboratoryTestResult | nl core LaboratoryTestResult |
| nl-core-Patient | nl core Patient |
No narrative content found in resource
{
"resourceType": "CapabilityStatement",
"id": "Lab2Healthcare-Results-SendReceive",
"url": "http://nictiz.nl/fhir/CapabilityStatement/Lab2Healthcare-Results-SendReceive",
"name": "Lab2Healthcare_Results_SendReceive",
"status": "draft",
"date": "2023-03-20",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "email",
"value": "info@nictiz.nl",
"use": "work"
}
]
}
],
"description": "This CapabilityStatement describes the minimal requirements for a client and a server to fulfill the Lab2Healthcare use case for sending/receiving lab results.",
"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": "A client is expected to support xml and/or json. A client is not required to maintain a record of each server it created resources on, and thus not required to support 'update'.",
"resource": [
{
"type": "Observation",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
}
]
},
{
"type": "Patient",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
}
]
},
{
"type": "Organization",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
}
]
},
{
"type": "Specimen",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.Specimen"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
}
]
},
{
"type": "Device",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.SpecimenSource"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
}
]
}
]
},
{
"mode": "server",
"documentation": "A server is expected to support xml and json. A server SHOULD be able to process 'create' as 'update' requests when it already has that resource. A server SHALL support create on Observation and Organization (Observation.performer). A server is expected to have a pre-existing Patient resource it MAY update. Create/update of other resources MAY be supported, but they are not, then references to them SHALL NOT be processed.",
"resource": [
{
"type": "Observation",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "update"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read"
}
]
},
{
"type": "Patient",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update",
"documentation": "A server MAY choose to update its pre-existing Patient resource"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "A server SHALL make sure it connects results to the correct Patient. The server may read its own Patient resource to that end, and/or resolve it from the client"
}
]
},
{
"type": "Organization",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization"
],
"documentation": "Results may have been performed by a previously unknown organization.",
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read",
"documentation": "A server SHALL make sure it connects results to the correct Organization. The server may read its own Organization resource to that end, and/or resolve it from the client"
}
]
},
{
"type": "Specimen",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.Specimen"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read"
}
]
},
{
"type": "Device",
"supportedProfile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-LaboratoryTestResult.SpecimenSource"
],
"interaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "create"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "update"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
],
"code": "read"
}
]
}
]
}
]
}