FHIR JSON Generate API
Base Url
https://hidex-portal-uat.azurewebsites.net/
This endpoint allows the user to generate a standard FHIR JSON with supported elements. The endpoint will return an 'empty' JSON with only supported elements. Unl
Below is the list of Resources that can be generated with the endpoint:
Id | Description |
---|---|
Patient | Generates a Patient Resource JSON |
Observation (Smoking Status) | Generates a Observation Resource JSON |
Encounter | Generates a Encounter Resource JSON |
WomensHealthHistory | Generates a Condition Resource JSON with only relevant Women's Health History fields |
Diagnosis | Generates a Condition Resource JSON with only relevant Diagnosis fields |
Coverage | Generates a Coverage Resource JSON |
Bundle | Generates a FHIR Bundle JSON with Patient, Encounter, Condition, Coverage, QuestionnaireResponse Resources |
Syntax: POST [Base Url]/Generate/{Id}