Functions
binary.search
Clinical Notes
This API takes in a Binary FHIR ID and returns an HTML version of the note.
Native Request Elements
To get the Binary FHIR ID, you should use DocumentReference.Search to obtain the FHIR ID.
Name | Description | Required | Is Array | Types |
---|---|---|---|---|
id (String) | The FHIR ID. | ✓ | false | string |
Native Response Elements
Name | Description | Required | Is Array | Types |
---|---|---|---|---|
Binary (Binary) | A single instance of a FHIR Binary resource. | ✓ | false | string |
Types
Binary
Name | Description | Required | Is Array | Types |
---|---|---|---|---|
contentType (String) | Mime content type string. This is "text/html" or "text/rtf" for clinical notes. | ✓ | false | string |
data (String) | The note or document content as a base64-encoded string. | ✓ | false | string |