FHIR IG Statistics: CapabilityStatement/Module3
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "CapabilityStatement",
"id": "Module3",
"url": "https://interopsante.org/fhir/CapabilityStatement/Module3",
"version": "20130510",
"name": "Module3",
"title": "CapabilityStatement Module3",
"status": "draft",
"experimental": true,
"date": "2023-06-19T12:47:19.1509718+00:00",
"publisher": "INTEROPSANTE",
"description": "This is the FHIR capability statement for the module 3",
"kind": "instance",
"fhirVersion": "4.0.1",
"format": [
"xml",
"json"
],
"patchFormat": [
"application/xml-patch+xml",
"application/json-patch+json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "Patient",
"supportedProfile": [
"https://interopsante.org/fhir/StructureDefinition/MyPatientProfile"
],
"documentation": "This server does not let the clients create identities.",
"interaction": [
{
"code": "read"
},
{
"code": "vread",
"documentation": "Only supported for patient records since 12-Dec 2012"
},
{
"code": "update"
},
{
"code": "history-instance"
},
{
"code": "create"
},
{
"code": "history-type"
}
],
"versioning": "versioned-update",
"readHistory": true,
"updateCreate": false,
"conditionalCreate": true,
"conditionalRead": "full-support",
"conditionalUpdate": false,
"conditionalDelete": "not-supported",
"searchParam": [
{
"name": "IdentityReliabilitySearchParameter",
"definition": "https://interopsante.org/fhir/SearchParameter/MyIdentityReliabilitySearchParameter",
"type": "token",
"documentation": "Search on identity reliability"
}
],
"operation": [
{
"name": "ValidateIdentity",
"definition": "https://interopsante.org/OperationDefinition/MyValidateIdentityDefinition",
"documentation": "Validate the identity of the patient"
}
]
}
]
}
]
}