Stream: implementers
Topic: CoveragePlan Api endpoint clarification
Nitin Mishra (Jun 24 2021 at 07:39):
How do I implement Coverage Plan api ? What are id, identifier, item, status in below endpoints
http://hl7.org/fhir/us/davinci-drug-formulary/STU1.0.1/CapabilityStatement-usdf-server.html#list
Conformance Parameter Type Example
SHALL _id token GET [base]/List?_id=[id]
SHALL identifier token GET [base]/List?identifier=[system]|[code]
SHALL item reference GET [base]/List?item=[item]
SHALL status token GET [base]/List?status=[status]
Merlyn Albery-Speyer (Jun 24 2021 at 22:27):
You can find the definitions of the various List
fields here: http://hl7.org/fhir/R4/list.html
Merlyn Albery-Speyer (Jun 24 2021 at 22:29):
Also of use is this link from that section (7.1.2.2.1) : CoveragePlan http://hl7.org/fhir/us/davinci-drug-formulary/STU1.0.1/StructureDefinition-usdf-CoveragePlan.html
Last updated: Apr 12 2022 at 19:14 UTC