Created
October 6, 2017 12:13
-
-
Save KevinMayfield/7a199f2c96d1f8fc2640f36291cfbbac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<CapabilityStatement xmlns="http://hl7.org/fhir"> | |
<status value="active"/> | |
<date value="2017-10-06T13:10:51+01:00"/> | |
<publisher value="Not provided"/> | |
<kind value="instance"/> | |
<software> | |
<name value="HAPI FHIR Server"/> | |
<version value="3.0.0"/> | |
</software> | |
<fhirVersion value="3.0.1"/> | |
<acceptUnknown value="extensions"/> | |
<format value="application/fhir+xml"/> | |
<format value="application/fhir+json"/> | |
<rest> | |
<mode value="server"/> | |
<resource> | |
<type value="OperationDefinition"/> | |
<profile> | |
<reference value="http://hl7.org/fhir/Profile/OperationDefinition"/> | |
</profile> | |
<interaction> | |
<code value="read"/> | |
</interaction> | |
</resource> | |
<resource> | |
<type value="Patient"/> | |
<profile> | |
<reference value="http://hl7.org/fhir/Profile/Patient"/> | |
</profile> | |
<interaction> | |
<code value="read"/> | |
</interaction> | |
<interaction> | |
<code value="search-type"/> | |
</interaction> | |
<searchParam> | |
<name value="address-postalcode"/> | |
<type value="string"/> | |
<documentation value="A postalCode specified in an address"/> | |
</searchParam> | |
<searchParam> | |
<name value="birthdate"/> | |
<type value="date"/> | |
<documentation value="The patient's date of birth"/> | |
</searchParam> | |
<searchParam> | |
<name value="email"/> | |
<type value="string"/> | |
<documentation value="A value in an email contact"/> | |
</searchParam> | |
<searchParam> | |
<name value="family"/> | |
<type value="string"/> | |
<documentation value="A portion of the family name of the patient"/> | |
</searchParam> | |
<searchParam> | |
<name value="gender"/> | |
<type value="string"/> | |
<documentation value="Gender of the patient"/> | |
</searchParam> | |
<searchParam> | |
<name value="given"/> | |
<type value="string"/> | |
<documentation value="A portion of the given name of the patient"/> | |
</searchParam> | |
<searchParam> | |
<name value="identifier"/> | |
<type value="token"/> | |
<documentation value="A patient identifier"/> | |
</searchParam> | |
<searchParam> | |
<name value="name"/> | |
<type value="string"/> | |
<documentation value="A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"/> | |
</searchParam> | |
<searchParam> | |
<name value="phone"/> | |
<type value="string"/> | |
<documentation value="A value in a phone contact"/> | |
</searchParam> | |
</resource> | |
<resource> | |
<type value="StructureDefinition"/> | |
<profile> | |
<reference value="http://hl7.org/fhir/Profile/StructureDefinition"/> | |
</profile> | |
<interaction> | |
<code value="read"/> | |
</interaction> | |
<interaction> | |
<code value="search-type"/> | |
</interaction> | |
</resource> | |
</rest> | |
</CapabilityStatement> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment