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

FHIR IG Statistics: Questionnaire/extract-complex-smap

Packagehl7.fhir.uv.sdc
Resource TypeQuestionnaire
Idextract-complex-smap
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/Questionnaire-extract-complex-smap.html
URLhttp://hl7.org/fhir/uv/sdc/Questionnaire/extract-complex-smap
Version4.0.0-ballot
Statusdraft
Date2025-07-14T18:38:59+00:00
NameExtractComplexSmap
TitleComplex Extract Demonstration - StructureMap
Realmuv
Authorityhl7
DescriptionComplex StructureMap extraction questionnaire example

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 extract-complex-smap

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ExtractComplexSmapComplex StructureMap extraction questionnaire exampleQuestionnairehttp://hl7.org/fhir/uv/sdc/Questionnaire/extract-complex-smap#4.0.0-ballot
... patientPatient Information0..1group
.... nameName0..*group
..... givenGiven Name(s)0..*string
..... familyFamily/Surname0..1string
.... genderGender0..1choiceValue Set: AdministrativeGender
.... dobDate of Birth0..1date
.... ihiNational Identifier (IHI)0..1string
.... mobile-phoneMobile Phone number0..1string
... contactsContacts0..*group
.... contact-nameName0..1string
.... relationshipRelationship0..1choiceValue Set: Patient Contact Relationship
.... phonePhone0..1string
... obsObservations0..1group
.... heightWhat is your current height (m)0..1decimal
.... weightWhat is your current weight (kg)0..1decimal
.... complicationHave you had a Sigmoidoscopy Complication (concern with invasive procedure, for example)0..1boolean

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "extract-complex-smap",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-smap"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
      "valueCoding": {
        "system": "http://hl7.org/fhir/version-algorithm",
        "code": "semver"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-targetStructureMap",
      "valueCanonical": "http://hl7.org/fhir/uv/sdc/StructureMap/ExtractComplexSmap"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/extract-complex-smap",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.33"
    }
  ],
  "version": "4.0.0-ballot",
  "name": "ExtractComplexSmap",
  "title": "Complex Extract Demonstration - StructureMap",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-14T18:38:59+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Complex StructureMap extraction questionnaire example",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "patient",
      "text": "Patient Information",
      "type": "group",
      "item": [
        {
          "linkId": "name",
          "text": "Name",
          "type": "group",
          "repeats": true,
          "item": [
            {
              "linkId": "given",
              "text": "Given Name(s)",
              "type": "string",
              "repeats": true
            },
            {
              "linkId": "family",
              "text": "Family/Surname",
              "type": "string"
            }
          ]
        },
        {
          "linkId": "gender",
          "text": "Gender",
          "type": "choice",
          "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
        },
        {
          "linkId": "dob",
          "text": "Date of Birth",
          "type": "date"
        },
        {
          "linkId": "ihi",
          "text": "National Identifier (IHI)",
          "type": "string"
        },
        {
          "linkId": "mobile-phone",
          "text": "Mobile Phone number",
          "type": "string"
        }
      ]
    },
    {
      "linkId": "contacts",
      "text": "Contacts",
      "type": "group",
      "repeats": true,
      "item": [
        {
          "linkId": "contact-name",
          "text": "Name",
          "type": "string"
        },
        {
          "linkId": "relationship",
          "text": "Relationship",
          "type": "choice",
          "answerValueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship"
        },
        {
          "linkId": "phone",
          "text": "Phone",
          "type": "string"
        }
      ]
    },
    {
      "linkId": "obs",
      "text": "Observations",
      "type": "group",
      "item": [
        {
          "linkId": "height",
          "text": "What is your current height (m)",
          "type": "decimal"
        },
        {
          "linkId": "weight",
          "text": "What is your current weight (kg)",
          "type": "decimal"
        },
        {
          "linkId": "complication",
          "text": "Have you had a Sigmoidoscopy Complication (concern with invasive procedure, for example)",
          "type": "boolean"
        }
      ]
    }
  ]
}