FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
IdStructureDefinition-il-core-questionnaire-response.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/il-core-questionnaire-response
URLhttp://fhir.health.gov.il/StructureDefinition/il-core-questionnaire-response
Version0.12.1
Statusdraft
Date2021-05-02
NameILCoreQuestionnaireResponse
TitleILCore QuestionnaireResponse Profile
Realmil
Authoritynational
DescriptionIsrael Core proposed constraints and extensions on the QuestionnaireResponse Resource
TypeQuestionnaireResponse
Kindresource

Resources that use this resource

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-family-member-historyILCore FamilyMemberHistory Profile
il.core.fhir.r4.2023#0.1.0il-core-observationILCore Observation Profile
il.hdp.fhir.r4#0.4.2il-hdp-device-use-statementILHDP DeviceUseStatement Profile
il.hdp.fhir.r4#0.4.2il-hdp-observation-labILHDP ObservationLab Profile
il.hdp.fhir.r4#0.4.2il-hdp-patient-reported-chief-complaintILHDP Patient Reported Chief Complaint Profile
il.core.fhir.r4#0.20.3il-core-consentILCore Consent Profile
il.core.fhir.r4#0.20.3il-core-device-use-statementILCore DeviceUseStatement Profile
il.core.fhir.r4#0.20.3il-core-vital-signsILCore Vital Signs Profile

Resources that this resource uses

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-deviceILCore Device Profile
il.core.fhir.r4.2023#0.1.0il-core-encounterILCore Encounter Profile
il.core.fhir.r4.2023#0.1.0il-core-observationILCore Observation Profile
il.core.fhir.r4.2023#0.1.0il-core-organizationILCore Organization Profile
il.core.fhir.r4.2023#0.1.0il-core-patientILCore Patient Profile
il.core.fhir.r4.2023#0.1.0il-core-practitionerILCore Practitioner Profile
il.core.fhir.r4.2023#0.1.0il-core-practitioner-roleILCore PractitionerRole Profile
il.core.fhir.r4.2023#0.1.0il-core-procedureILCore Procedure Profile
il.core.fhir.r4.2023#0.1.0il-core-related-personILCore RelatedPerson Profile
il.core.fhir.r4.2023#0.1.0il-core-service-requestILCore ServiceRequest Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "il-core-questionnaire-response",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-questionnaire-response",
  "version": "0.12.1",
  "name": "ILCoreQuestionnaireResponse",
  "title": "ILCore QuestionnaireResponse Profile",
  "status": "draft",
  "date": "2021-05-02",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "ido.levin@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Israel Core proposed constraints and extensions on the QuestionnaireResponse Resource",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "QuestionnaireResponse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "QuestionnaireResponse",
        "path": "QuestionnaireResponse",
        "short": "ILCore QuestionnaireResponse Profile",
        "definition": "Definitions for the profile-QuestionnaireResponse resource profile."
      },
      {
        "id": "QuestionnaireResponse.basedOn",
        "path": "QuestionnaireResponse.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/CarePlan",
              "http://fhir.health.gov.il/StructureDefinition/il-core-service-request"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.partOf",
        "path": "QuestionnaireResponse.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-observation",
              "http://fhir.health.gov.il/StructureDefinition/il-core-procedure"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.encounter",
        "path": "QuestionnaireResponse.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-encounter"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.author",
        "path": "QuestionnaireResponse.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-device",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role",
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient",
              "http://fhir.health.gov.il/StructureDefinition/il-core-related-person",
              "http://fhir.health.gov.il/StructureDefinition/il-core-organization"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.source",
        "path": "QuestionnaireResponse.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role",
              "http://fhir.health.gov.il/StructureDefinition/il-core-related-person"
            ]
          }
        ]
      }
    ]
  }
}