FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-ekm
Resource TypeQuestionnaire
IdQuestionnaire-ChEkmQuestionnairePersonName.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/ahdis/ch-ekm/Questionnaire-ChEkmQuestionnairePersonName.html
URLhttp://fhir.ch/ig/ch-ekm/Questionnaire/ChEkmQuestionnairePersonName
Version0.0.1
Statusactive
Date2026-07-14T21:00:26+00:00
NameChEkmQuestionnairePersonName
TitleCH EKM Questionnaire: Namensinitialen der betroffenen Person
Realmch
Authorityhl7
DescriptionModular sub-questionnaire for the name initials (surname / given name) of the affected person. Reusable as an SDC assemble-child; supports expression-based pre-population from a patient launch context.
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire ChEkmQuestionnairePersonName

Language: en

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ChEkmQuestionnairePersonNameModular sub-questionnaire for the name initials (surname / given name) of the affected person. Reusable as an SDC assemble-child; supports expression-based pre-population from a patient launch context.Questionnairehttp://fhir.ch/ig/ch-ekm/Questionnaire/ChEkmQuestionnairePersonName#0.0.1
... surnameSurname initial1..1stringDefinition: ChEkmPersonForm.surname
... givennameFirst name initial1..1stringDefinition: ChEkmPersonForm.givenname

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "ChEkmQuestionnairePersonName",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assemble-expectation",
      "valueCode": "assemble-child"
    }
  ],
  "url": "http://fhir.ch/ig/ch-ekm/Questionnaire/ChEkmQuestionnairePersonName",
  "version": "0.0.1",
  "name": "ChEkmQuestionnairePersonName",
  "title": "CH EKM Questionnaire: Namensinitialen der betroffenen Person",
  "status": "active",
  "experimental": false,
  "subjectType": [
    "Patient"
  ],
  "date": "2026-07-14T21:00:26+00:00",
  "publisher": "Federal Office of Public Health FOPH",
  "contact": [
    {
      "name": "Federal Office of Public Health FOPH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html"
        }
      ]
    }
  ],
  "description": "Modular sub-questionnaire for the name initials (surname / given name) of the affected person. Reusable as an SDC assemble-child; supports expression-based pre-population from a patient launch context.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "item": [
    {
      "linkId": "surname",
      "definition": "http://fhir.ch/ig/ch-ekm/StructureDefinition/ChEkmPersonForm#ChEkmPersonForm.surname",
      "text": "Surname initial",
      "_text": {
        "extension": [
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "de-CH"
              },
              {
                "url": "content",
                "valueString": "Name"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          },
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "fr-CH"
              },
              {
                "url": "content",
                "valueString": "Nom"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          },
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "it-CH"
              },
              {
                "url": "content",
                "valueString": "Cognome"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "type": "string",
      "required": true
    },
    {
      "linkId": "givenname",
      "definition": "http://fhir.ch/ig/ch-ekm/StructureDefinition/ChEkmPersonForm#ChEkmPersonForm.givenname",
      "text": "First name initial",
      "_text": {
        "extension": [
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "de-CH"
              },
              {
                "url": "content",
                "valueString": "Vorname"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          },
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "fr-CH"
              },
              {
                "url": "content",
                "valueString": "Prénom"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          },
          {
            "extension": [
              {
                "url": "lang",
                "valueCode": "it-CH"
              },
              {
                "url": "content",
                "valueString": "Nome"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/translation"
          }
        ]
      },
      "type": "string",
      "required": true
    }
  ]
}