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

FHIR IG Statistics: StructureDefinition/nxh-my-questionnaire-response

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-my-questionnaire-response
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMyQuestionnaireResponse
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMyQuestionnaireResponse
Statusactive
Date2023-12-11T08:24:51.641245+00:00
NameNxhMyQuestionnaireResponse
DescriptionNexuzhealth profile for responses for questionnaire responses filled in by the patients themselves.
TypeQuestionnaireResponse
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-discriptionWithLanguageNxhExtDiscriptionWithLanguage
nxh-ext-hospitalCodeNxhExtHospitalCode

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-my-questionnaire-response",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhMyQuestionnaireResponse",
  "name": "NxhMyQuestionnaireResponse",
  "status": "active",
  "date": "2023-12-11T08:24:51.641245+00:00",
  "description": "Nexuzhealth profile for responses for questionnaire responses filled in by the patients themselves.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "QuestionnaireResponse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "QuestionnaireResponse.extension:nxhExtHospitalCode",
        "path": "QuestionnaireResponse.extension",
        "sliceName": "nxhExtHospitalCode",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "QuestionnaireResponse.identifier",
        "path": "QuestionnaireResponse.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "QuestionnaireResponse.identifier:id",
        "path": "QuestionnaireResponse.identifier",
        "sliceName": "id",
        "short": "id",
        "definition": "The identifier for the filling of the questionnaire response",
        "min": 1
      },
      {
        "id": "QuestionnaireResponse.identifier:id.system",
        "path": "QuestionnaireResponse.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/intranet/vragenlijstInvulling/id"
      },
      {
        "id": "QuestionnaireResponse.identifier:id.value",
        "path": "QuestionnaireResponse.identifier.value",
        "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system"
      },
      {
        "id": "QuestionnaireResponse.item.extension:nxhExtDiscriptionWithLanguage",
        "path": "QuestionnaireResponse.item.extension",
        "sliceName": "nxhExtDiscriptionWithLanguage",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-discriptionWithLanguage"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "QuestionnaireResponse.item.answer.extension:nxhExtDiscriptionWithLanguage",
        "path": "QuestionnaireResponse.item.answer.extension",
        "sliceName": "nxhExtDiscriptionWithLanguage",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-discriptionWithLanguage"
            ]
          }
        ],
        "isModifier": false
      }
    ]
  }
}