2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension-questionnaire-category.json

Raw JSON (canonical form)

What kind of questionnaire?

{
  "resourceType": "ExtensionDefinition",
  "id": "questionnaire-category",
  "url": "http://hl7.org/fhir/ExtensionDefinition/questionnaire-category",
  "name": "What kind of questionnaire?",
  "publisher": "HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org"
        }
      ]
    }
  ],
  "description": "A code that identifies the questionnaire as falling into a particular group of like questionnaires.  E.g. \"Pediatric\", \"Admissions\", \"Research\", \"Demographic\", \"Opinion Survey\", etc.",
  "status": "draft",
  "date": "2013-07-04",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "contextType": "resource",
  "context": [
    "Questionnaire"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "What kind of questionnaire?",
      "definition": "A code that identifies the questionnaire as falling into a particular group of like questionnaires.  E.g. \"Pediatric\", \"Admissions\", \"Research\", \"Demographic\", \"Opinion Survey\", etc.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "CodeableConcept"
        }
      ],
      "binding": {
        "name": "QuestionnaireCategory",
        "isExtensible": true,
        "description": "Classifications for questionnaires.  Can include such concepts as \"intake form\", \"opinion survey\", \"clinical research questionnaire\", \"pediatric\", etc."
      },
      "mapping": [
        {
          "identity": "rim",
          "map": "./inboundRelationship[typeCode=SUBJ]/act[classCode=LIST, moodCode=EVN]/code"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.