Team,
We are trying to extract allergy codes, procedure codes, and medication codes from PowerChart. Does PowerChart offer a specific API or method for exporting this type of data?
If so, could you please share any relevant documentation, videos, tutorials, or API request examples?
Thanks in advance!
End Point:
https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/AllergyIntolerance
"category": [
"food"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "725",
"display": "Amphetamine"
}
],
"text": "amphetamine"
}