FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/Module3

Packagetest.module3.v2
Resource TypeCapabilityStatement
IdModule3
FHIR VersionR4
Sourcehttp://interopsante.org/https://simplifier.net/resolve?scope=test.module3.v2@2.0.0&canonical=https://interopsante.org/fhir/CapabilityStatement/Module3
URLhttps://interopsante.org/fhir/CapabilityStatement/Module3
Version20130510
Statusdraft
Date2023-06-19T12:47:19.1509718+00:00
NameModule3
TitleCapabilityStatement Module3
DescriptionThis is the FHIR capability statement for the module 3
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

SearchParameter
MyIdentityReliabilitySearchParameterMyIdentityReliabilitySearchParameter
StructureDefinition
MyPatientProfileMyPatientProfile

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"
            }
          ]
        }
      ]
    }
  ]
}