Botswana FHIR Implementation Guide
1.0.0 - ci-build
Botswana FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/botswana-hie-fhir-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "ValidatePatientResourceInFHIR",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint ValidatePatientResourceInFHIR</b></p><a name=\"ValidatePatientResourceInFHIR\"> </a><a name=\"hcValidatePatientResourceInFHIR\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type hl7-fhir-rest}\">HL7 FHIR</span></p><p><b>name</b>: $validate</p><p><b>description</b>: The $validate operation checks whether the suppplied content will be accepted by the server, based on the constraints applied to one or more profiles referenced by the Resource containing the data.</p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>MimeType</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td></tr></table><p><b>address</b>: <a href=\"http://server.url/fhir/Patient/$validate\">http://server.url/fhir/Patient/$validate</a></p></div>"
},
"status" : "active",
"connectionType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "hl7-fhir-rest"
}
]
}
],
"name" : "$validate",
"description" : "The $validate operation checks whether the suppplied content will be accepted by the server, based on the constraints applied to one or more profiles referenced by the Resource containing the data.",
"payload" : [
{
"mimeType" : [
"application/fhir+json"
]
}
],
"address" : "http://server.url/fhir/Patient/$validate"
}