PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@3.0.0
    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": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "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": "3.0.0",
  "extension": [ {
    "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": "draft",
  "id": "69a9e000-33c8-493e-8af4-6292cf1a0861",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-multi-subject",
  "version": "3.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}