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

FHIR IG Statistics: StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idca-on-eReferral-profile-QuestionnaireResponse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse
Version1.0.0
Statusdraft
NameEReferralQuestionnaireResponse
TitleQuestionnaireResponse
Realmca
Authoritynational
DescriptionQuestionnaireResponse resource is used to capture additional information, notes, record question/answers, etc. about the referral. This resource will be referrenced via ServiceRequest resource.
TypeQuestionnaireResponse
Kindresource

Resources that use this resource

CapabilityStatement
ca-on-eReferral-SMARTAppSMART App
ca-on-eReferral-SMARTServerSMART Server
ca-on-eReferral-profile-CapabilityStatementOntario eReferral FHIR Capability Statement
StructureDefinition
ca-on-eReferral-profile-ServiceRequestServiceRequest

Resources that this resource uses

StructureDefinition
ca-on-eReferral-profile-PatientPatient
ca-on-eReferral-profile-PractitionerRolePractitionerRole
ca-on-eReferral-profile-ServiceRequestServiceRequest
CA-eReC-QuestionnaireResponseQuestionnaireResponse

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-eReferral-profile-QuestionnaireResponse",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse",
  "version": "1.0.0",
  "name": "EReferralQuestionnaireResponse",
  "title": "QuestionnaireResponse",
  "status": "draft",
  "description": "QuestionnaireResponse resource is used to capture additional information, notes, record question/answers, etc. about the referral. This resource will be referrenced via ServiceRequest resource.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "QuestionnaireResponse",
  "baseDefinition": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-QuestionnaireResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "QuestionnaireResponse.meta",
        "path": "QuestionnaireResponse.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "QuestionnaireResponse.meta.profile",
        "path": "QuestionnaireResponse.meta.profile",
        "comment": "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time.  The list of profile URLs is a set.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "QuestionnaireResponse.identifier",
        "path": "QuestionnaireResponse.identifier",
        "mustSupport": true
      },
      {
        "id": "QuestionnaireResponse.identifier.system",
        "path": "QuestionnaireResponse.identifier.system",
        "mustSupport": true
      },
      {
        "id": "QuestionnaireResponse.identifier.value",
        "path": "QuestionnaireResponse.identifier.value",
        "mustSupport": true
      },
      {
        "id": "QuestionnaireResponse.basedOn",
        "path": "QuestionnaireResponse.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.partOf",
        "path": "QuestionnaireResponse.partOf",
        "max": "1"
      },
      {
        "id": "QuestionnaireResponse.subject",
        "path": "QuestionnaireResponse.subject",
        "comment": "#### **_`FOR EREFERRAL USAGE: The subject of QuestionnaireResponse MUST be same as the subject in the ServiceRequest. `_**\r\n\r\nIf the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.author",
        "path": "QuestionnaireResponse.author",
        "definition": "**Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.**",
        "comment": "#### **_`FOR EREFERRAL USAGE: If blank, can assume that the author = ServiceRequest.requester. Note questionnaireResponse has a few uses: 1) for supplimentary information added when submitting a referral 2) for additional data sets (such as assessments) added AFTER the initial referral submission (e.g., by the provider). For case 1, if blank it can safely be assumed that the author = ServiceRequest.requester.`_**\r\n\r\nMapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation.  Authoring by device would indicate that some portion of the questionnaire had been auto-populated.\r\n\r\nIf blank, can assume that the author = ServiceRequest.requester. Note questionnaireResponse has a few uses: 1) for supplimentary information added when submitting a referral 2) for additional data sets (such as assessments) added AFTER the initial referral submission (e.g., by the provider). For case 1, if blank it can safely be assumed that the author = ServiceRequest.requester.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole"
            ]
          }
        ]
      }
    ]
  }
}