PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@4.0.0-ballot
    http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject
{
  "description": "A sample Questionnaire that shows the use of the isSubject extension to flag a subject change within a Questionnaire.",
  "_filename": "example/Questionnaire-questionnaire-sdc-profile-example-multi-subject.json",
  "package_name": "hl7.fhir.uv.sdc",
  "subjectType": [ "Patient" ],
  "date": "2024-12-17T01:55:34+00:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-extr-obsn" ]
  },
  "publisher": "HL7 International / FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "MultiSubject",
  "item": [ {
    "text": "Mother's name",
    "type": "string",
    "linkId": "1",
    "required": true
  }, {
    "text": "Mother's id",
    "type": "string",
    "linkId": "2",
    "required": true
  }, {
    "code": [ {
      "code": "8302-2",
      "system": "http://loinc.org"
    } ],
    "text": "Height",
    "type": "quantity",
    "linkId": "3",
    "required": true
  }, {
    "code": [ {
      "code": "29463-7",
      "system": "http://loinc.org"
    } ],
    "text": "Weight",
    "type": "quantity",
    "linkId": "4",
    "required": true
  }, {
    "item": [ {
      "text": "Record",
      "type": "reference",
      "linkId": "5.1",
      "required": true,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource",
        "valueCode": "Patient"
      }, {
        "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-isSubject",
        "valueBoolean": true
      } ]
    }, {
      "text": "Name",
      "type": "string",
      "linkId": "5.2",
      "required": true
    }, {
      "text": "Birth date",
      "type": "date",
      "linkId": "5.3",
      "required": true
    }, {
      "code": [ {
        "code": "8302-2",
        "system": "http://loinc.org"
      } ],
      "text": "Height",
      "type": "quantity",
      "linkId": "5.4",
      "required": true
    }, {
      "code": [ {
        "code": "29463-7",
        "system": "http://loinc.org"
      } ],
      "text": "Weight",
      "type": "quantity",
      "linkId": "5.5",
      "required": true
    } ],
    "text": "Children",
    "type": "group",
    "linkId": "5",
    "repeats": true,
    "required": true
  } ],
  "type": null,
  "experimental": "true",
  "resourceType": "Questionnaire",
  "title": "Example multi-subject Questionnaire",
  "package_version": "4.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
    "valueCoding": {
      "code": "semver",
      "system": "http://hl7.org/fhir/version-algorithm"
    }
  }, {
    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract",
    "valueBoolean": true
  }, {
    "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observation-extract-category",
    "valueCodeableConcept": {
      "coding": [ {
        "code": "vital-signs",
        "system": "http://terminology.hl7.org/CodeSystem/observation-category"
      } ]
    }
  } ],
  "status": "active",
  "id": "f04e0e28-6b4a-4e8c-910a-3f4eabdac961",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.40.17.35.14",
    "system": "urn:ietf:rfc:3986"
  } ],
  "version": "4.0.0-ballot",
  "contact": [ {
    "name": "HL7 International / FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}