This result is being rendered in HTML for easy viewing. You may access this content as Raw JSON or Raw XML, or view this content in HTML JSON or HTML XML. Response generated in 0ms.

HTTP 200 OK

Response Headers

Set-Cookie: JSESSIONID=1MJCQSHanj03JJVoPQ6DVh88; Path=/PatientManager; Secure
X-Powered-By: HAPI FHIR 3.3.0 REST Server (FHIR Server; FHIR 3.0.1/DSTU3)

Response Body

{
"resourceType": "CapabilityStatement",
"status": "active",
"date": "2023-12-12T11:13:39+01:00",
"publisher": "Not provided",
"kind": "instance",
"software": {
"name": "HAPI FHIR Server",
"version": "3.3.0"
},
"implementation": {
"description": "IHE PDQm Patient Demographics Supplier and IHE PIXm Patient Identifier Cross-Reference Manager"
},
"fhirVersion": "3.0.1",
"acceptUnknown": "extensions",
"format": [
"application/fhir+xml",
"application/fhir+json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "OperationDefinition",
"profile": {
"reference": "http://hl7.org/fhir/Profile/OperationDefinition"
},
"interaction": [
{
"code": "read"
}
]
},
{
"type": "Patient",
"profile": {
"reference": "http://hl7.org/fhir/Profile/Patient"
},
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"searchParam": [
{
"name": "_id",
"type": "string",
"documentation": "The ID of the resource"
},
{
"name": "active",
"type": "token",
"documentation": "Whether the patient record is active"
},
{
"name": "address",
"type": "string",
"documentation": "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text"
},
{
"name": "address-city",
"type": "string",
"documentation": "A city specified in an address"
},
{
"name": "address-country",
"type": "string",
"documentation": "A country specified in an address"
},
{
"name": "address-postalcode",
"type": "string",
"documentation": "A postalCode specified in an address"
},
{
"name": "address-state",
"type": "string",
"documentation": "A state specified in an address"
},
{
"name": "birthdate",
"type": "date",
"documentation": "The patient's date of birth"
},
{
"name": "family",
"type": "string",
"documentation": "A portion of the family name of the patient"
},
{
"name": "gender",
"type": "token",
"documentation": "Gender of the patient"
},
{
"name": "given",
"type": "string",
"documentation": "A portion of the given name of the patient"
},
{
"name": "identifier",
"type": "token",
"documentation": "A patient identifier"
},
{
"name": "mothersMaidenName",
"type": "string"
},
{
"name": "telecom",
"type": "token",
"documentation": "The value in any kind of telecom details of the patient"
}
]
},
{
"type": "StructureDefinition",
"profile": {
"reference": "http://hl7.org/fhir/Profile/StructureDefinition"
},
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
}
],
"operation": [
{
"name": "ihe-pix",
"definition": {
"reference": "OperationDefinition/Patient--ihe-pix"
}
}
]
}
]
}