Parses a CDA into FHIR resources
POST {{api_hostname}}/data-services/cda/parser
This endpoint allows to return parsed resources from the given C-CDA document.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
`` | null | (Required) | |
subject-id | string | (Required) | |
practitioner-name | null | ||
practitioner-role | null | ||
practitioner-npi | null | ||
Content-Type | string |
RESPONSES
status: OK
{"data":{"errors":{},"resources":{}}}