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

FHIR IG Statistics: StructureDefinition/nxh-questionnaire-response

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-questionnaire-response
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhQuestionnaireResponse
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhQuestionnaireResponse
Statusactive
Date2023-01-16T16:52:59.1958766+00:00
NameNxhQuestionnaireResponse
DescriptionNexuzhealth profile for a questionnaire response.
TypeQuestionnaireResponse
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-hospitalCodeNxhExtHospitalCode
nxh-ext-locationNxhExtLocation

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-questionnaire-response",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhQuestionnaireResponse",
  "name": "NxhQuestionnaireResponse",
  "status": "active",
  "date": "2023-01-16T16:52:59.1958766+00:00",
  "description": "Nexuzhealth profile for a questionnaire response.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "QuestionnaireResponse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "QuestionnaireResponse.extension",
        "path": "QuestionnaireResponse.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 2
      },
      {
        "id": "QuestionnaireResponse.extension:hospitalCode",
        "path": "QuestionnaireResponse.extension",
        "sliceName": "hospitalCode",
        "short": "hospital code",
        "definition": "A reference to a hospital (an organization) the resource is related to.",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "QuestionnaireResponse.extension:hospitalCode.value[x]",
        "path": "QuestionnaireResponse.extension.value[x]",
        "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)"
      },
      {
        "id": "QuestionnaireResponse.extension:location",
        "path": "QuestionnaireResponse.extension",
        "sliceName": "location",
        "definition": "A reference to a location resource related tot the questionnaire.",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-location"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "QuestionnaireResponse.extension:location.value[x]",
        "path": "QuestionnaireResponse.extension.value[x]",
        "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)"
      },
      {
        "id": "QuestionnaireResponse.identifier",
        "path": "QuestionnaireResponse.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "QuestionnaireResponse.identifier:formulierNr",
        "path": "QuestionnaireResponse.identifier",
        "sliceName": "formulierNr",
        "short": "formulierNr",
        "definition": "The form number identifier of the questionnaire response.",
        "min": 1
      },
      {
        "id": "QuestionnaireResponse.identifier:formulierNr.system",
        "path": "QuestionnaireResponse.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/trifrost/anamneseV2Formulier/formulierNr"
      },
      {
        "id": "QuestionnaireResponse.identifier:formulierNr.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"
      }
    ]
  }
}