beda-software / fhir-emr

EMR based on FHIR
MIT License
75 stars 30 forks source link

Aidbox-forms. Define 'itemControlWidgets' for 'signature' #281

Open qscgyjqscgyj opened 3 months ago

qscgyjqscgyj commented 3 months ago

Ref #264

Please define 'itemControlWidgets' for 'signature'

aidbox-forms questionnaire

{
  "title": "New form",
  "status": "draft",
  "url": "http://forms.aidbox.io/questionnaire/new-form",
  "resourceType": "Questionnaire",
  "item": [
    {
      "type": "attachment",
      "text": "Author's Signature",
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://aidbox.io/questionnaire-itemControl",
                "code": "signature"
              }
            ]
          }
        }
      ],
      "linkId": "1BOx5VvC"
    }
  ]
}
Screenshot 2024-08-16 at 09 03 52
ir4y commented 1 month ago

Depends on https://github.com/beda-software/fhir-emr/issues/315