FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/ch-orf-module-consent

Packagech.fhir.ig.ch-orf
TypeQuestionnaire
Idch-orf-module-consent
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/Questionnaire-ch-orf-module-consent.html
URLhttp://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-consent
Version3.0.2-ci-build
Statusactive
Date2022-05-09
NameModuleQuestionnaireConsent
TitleModule Questionnaire Patient Consent
Realmch
Authorityhl7
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 ch-orf-module-consent

Language: de-CH

Structure
LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ModuleQuestionnaireConsentQuestionnairehttp://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-consent#3.0.2-ci-build
... consent.statementIst der Patient über die Anmeldung informiert und explizit einverstanden?0..1choiceOptions: 2 options
.... consent.statement.noteAnmerkung0..1string

doco Documentation for this format

Options Sets

Answer options for consent.statement

  • http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus#ExplicitAgreement ("Patient is informed and has explicitly agreed")
  • http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus#Other ("Other situation such as 'implicit agreement', 'agreed by legal guardian' etc.")

Source

{
  "resourceType": "Questionnaire",
  "id": "ch-orf-module-consent",
  "language": "de-CH",
  "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://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
      "valueString": "linkIdPrefix"
    }
  ],
  "url": "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-consent",
  "version": "3.0.2-ci-build",
  "name": "ModuleQuestionnaireConsent",
  "title": "Module Questionnaire Patient Consent",
  "status": "active",
  "date": "2022-05-09",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "item": [
    {
      "linkId": "consent.statement",
      "text": "Ist der Patient über die Anmeldung informiert und explizit einverstanden?",
      "type": "choice",
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus",
            "code": "ExplicitAgreement",
            "display": "Patient is informed and has explicitly agreed"
          }
        },
        {
          "valueCoding": {
            "system": "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-consentstatus",
            "code": "Other",
            "display": "Other situation such as 'implicit agreement', 'agreed by legal guardian' etc."
          }
        }
      ],
      "item": [
        {
          "linkId": "consent.statement.note",
          "text": "Anmerkung",
          "type": "string"
        }
      ]
    }
  ]
}