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
: Search Patient in Client Registry. - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SearchForPatientInCR"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint SearchForPatientInCR</b></p><a name=\"SearchForPatientInCR\"> </a><a name=\"hcSearchForPatientInCR\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title=\"Codes:{http://moh.bw.org/CodeSystem/cs-connection-type-codes CR-rest}\">Client Registry</span></p><p><b>name</b>: Patient</p><p><b>description</b>: This endoint is used for searching patients in the Client Registry.</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://omang-api:80/api/Patient/get?identifier=http://moh.bw.org/identifier/identifierType|identifierValue\">http://omang-api:80/api/Patient/get?identifier=http://moh.bw.org/identifier/identifierType|identifierValue</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType ( [
( fhir:coding [
fhir:system [ fhir:v "http://moh.bw.org/CodeSystem/cs-connection-type-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CR-rest" ] ] )
] ) ; #
fhir:name [ fhir:v "Patient"] ; #
fhir:description [ fhir:v "This endoint is used for searching patients in the Client Registry."] ; #
fhir:payload ( [
( fhir:mimeType [ fhir:v "application/fhir+json" ] )
] ) ; #
fhir:address [ fhir:v "http://omang-api:80/api/Patient/get?identifier=http://moh.bw.org/identifier/identifierType|identifierValue"^^xsd:anyURI] . #