This is the API documentation for the OpenMRS FHIR Module ,FamilyHistory Resource.
...
Available RESTful web services for the FamilyHistory Resource supported by the API
url | description |
---|---|
/ws/fhir/LocationFamilyHistory/{idpatientId} | Above request will fetch the FamilyHistory for the given unique uuid. Here id represents, the logical resource id(uuid) associated with the resource. |
/ws/fhir/LocationFamilyHistory?_id={idpatientId} | Above request will fetch all the FamilyHistory using the given uuid value. This will give a List of FamilyHistory as the response.Here _id parameter represents, the logical resource id(uuid) associated with the resource. |
/ws/fhir/LocationFamilyHistory?patientsubject={patientpatientId} | Above request will fetch all the FamilyHistory using related to the given patient id. This will give a List of FamilyHistory as the response. Here patient subject parameter represents, the identity of a subject to list family history items foruuid of the patient whose history is about. |