chaseastewart / fhir-converter

Transformation utility to translate data formats into FHIR
https://chaseastewart.github.io/fhir-converter/
MIT License
8 stars 2 forks source link

Add missing mappings to ValueSet/MedicationStatementStatus. #8

Open chaseastewart opened 5 months ago

chaseastewart commented 5 months ago

Current Mappings:

    "ValueSet/MedicationStatementStatus": {
      "aborted": {
        "code": "stopped"
      },
      "__default__": {
        "code": ""
      }
    },