Stream: implementers
Topic: DataRequirement.searchParameter example
Yunwei Wang (Sep 16 2020 at 21:04):
Is there any example using DataRequirement.searchParameter? All example in https://www.hl7.org/fhir/metadatatypes-examples.html#DataRequirement are using DataRequirement.path.
Is this correct?
{
"type": "Procedure",
"codeFilter": [
{
"searchParameter": "code=123,456"
}
]
}
Last updated: Apr 12 2022 at 19:14 UTC