Created
October 6, 2017 12:13
-
-
Save KevinMayfield/8769045e890100b99f0ee0eb25f85987 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
{ | |
"resourceType": "CapabilityStatement", | |
"status": "active", | |
"date": "2017-10-06T13:10:51+01:00", | |
"publisher": "Not provided", | |
"kind": "instance", | |
"software": { | |
"name": "HAPI FHIR Server", | |
"version": "3.0.0" | |
}, | |
"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": "address-postalcode", | |
"type": "string", | |
"documentation": "A postalCode specified in an address" | |
}, | |
{ | |
"name": "birthdate", | |
"type": "date", | |
"documentation": "The patient's date of birth" | |
}, | |
{ | |
"name": "email", | |
"type": "string", | |
"documentation": "A value in an email contact" | |
}, | |
{ | |
"name": "family", | |
"type": "string", | |
"documentation": "A portion of the family name of the patient" | |
}, | |
{ | |
"name": "gender", | |
"type": "string", | |
"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": "name", | |
"type": "string", | |
"documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" | |
}, | |
{ | |
"name": "phone", | |
"type": "string", | |
"documentation": "A value in a phone contact" | |
} | |
] | |
}, | |
{ | |
"type": "StructureDefinition", | |
"profile": { | |
"reference": "http://hl7.org/fhir/Profile/StructureDefinition" | |
}, | |
"interaction": [ | |
{ | |
"code": "read" | |
}, | |
{ | |
"code": "search-type" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment