Skip to content

items in Complex repeating datatype should be grouped in item ANCA Questionnaire #43

@PallaviGanorkar

Description

@PallaviGanorkar

https://build.fhir.org/ig/WorldHealthOrganization/smart-anc/Questionnaire-ANCA.html

items representing fields in Complex Data type should be define in one group

eg:

          "item": [
            {
              "linkId": "PR-name",
              "type": "group",
              "definition": "http://hl7.org/fhir/StructureDefinition/Patient#Patient.name",
              "item": [
                {
                  "linkId": "PR-name-text",
                  "definition": "http://hl7.org/fhir/StructureDefinition/Patient#Patient.name.given",
                  "type": "string",
                  "text": "First Name"
                },
                {
                  "linkId": "PR-name-family",
                  "definition": "http://hl7.org/fhir/StructureDefinition/datatypes#Patient.name.family",
                  "type": "string",
                  "text": "Family Name"
                }
              ]
            },
            ...
            ...
            ...
       ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions