Conversion of data requirement for non-FHIR resource type
Open
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Understand the meaning of non-FHIR resource type data requirement. Develop an algorithm to convert them and validate using example measure development libraries.
Example non-FHIR resource type data requirement:
{ "type": "Quantity", "profile": [ "urn:hl7-org:elm-types:r1/Quantity" ], "mustSupport": [ "unit", "value" ] }
Contributor guide
Assessment
This issue has not been assessed yet.