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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeStructureDefinition
Idprofile-sn-questionnaireresponse.StructureDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/StructureDefinition/profile-sn-questionnaireresponse
URLhttps://fhir.synapxe.sg/StructureDefinition/profile-sn-questionnaireresponse
Statusactive
NameQuestionnaireResponse
TypeQuestionnaireResponse
Kindresource

Resources that use this resource

StructureDefinition
profile-summarynotesComposition

Resources that this resource uses

StructureDefinition
profile-encounterEncounter
profile-identifierIdentifier
profile-patientPatient
profile-practitionerPractitioner

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-sn-questionnaireresponse",
  "name": "QuestionnaireResponse",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "QuestionnaireResponse",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "QuestionnaireResponse.identifier",
        "path": "QuestionnaireResponse.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "comment": "The rules of the identifier.type  determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.basedOn",
        "path": "QuestionnaireResponse.basedOn",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.partOf",
        "path": "QuestionnaireResponse.partOf",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.subject",
        "path": "QuestionnaireResponse.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.subject.id",
        "path": "QuestionnaireResponse.subject.id",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.subject.extension",
        "path": "QuestionnaireResponse.subject.extension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.subject.reference",
        "path": "QuestionnaireResponse.subject.reference",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.subject.type",
        "path": "QuestionnaireResponse.subject.type",
        "min": 1,
        "fixedUri": "Patient"
      },
      {
        "id": "QuestionnaireResponse.subject.identifier",
        "path": "QuestionnaireResponse.subject.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "comment": "The rules of the identifier.type  determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.subject.identifier.system",
        "path": "QuestionnaireResponse.subject.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/nric"
      },
      {
        "id": "QuestionnaireResponse.encounter",
        "path": "QuestionnaireResponse.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.encounter.id",
        "path": "QuestionnaireResponse.encounter.id",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.encounter.extension",
        "path": "QuestionnaireResponse.encounter.extension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.encounter.reference",
        "path": "QuestionnaireResponse.encounter.reference",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.encounter.type",
        "path": "QuestionnaireResponse.encounter.type",
        "min": 1,
        "fixedUri": "Encounter"
      },
      {
        "id": "QuestionnaireResponse.encounter.identifier",
        "path": "QuestionnaireResponse.encounter.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "comment": "The rules of the identifier.type  determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.encounter.display",
        "path": "QuestionnaireResponse.encounter.display",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.authored",
        "path": "QuestionnaireResponse.authored",
        "min": 1
      },
      {
        "id": "QuestionnaireResponse.author",
        "path": "QuestionnaireResponse.author",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.author.id",
        "path": "QuestionnaireResponse.author.id",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.author.extension",
        "path": "QuestionnaireResponse.author.extension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.author.reference",
        "path": "QuestionnaireResponse.author.reference",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.author.type",
        "path": "QuestionnaireResponse.author.type",
        "min": 1,
        "fixedUri": "Practitioner"
      },
      {
        "id": "QuestionnaireResponse.author.identifier",
        "path": "QuestionnaireResponse.author.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "comment": "The rules of the identifier.type  determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.author.identifier.system",
        "path": "QuestionnaireResponse.author.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/mcr"
      },
      {
        "id": "QuestionnaireResponse.source",
        "path": "QuestionnaireResponse.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-practitioner"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.source.id",
        "path": "QuestionnaireResponse.source.id",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.source.extension",
        "path": "QuestionnaireResponse.source.extension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.source.reference",
        "path": "QuestionnaireResponse.source.reference",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.source.type",
        "path": "QuestionnaireResponse.source.type",
        "min": 1,
        "fixedUri": "Patient"
      },
      {
        "id": "QuestionnaireResponse.source.identifier",
        "path": "QuestionnaireResponse.source.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "comment": "The rules of the identifier.type  determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension.",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.synapxe.sg/StructureDefinition/profile-identifier"
            ]
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.source.identifier.system",
        "path": "QuestionnaireResponse.source.identifier.system",
        "fixedUri": "https://fhir.synapxe.sg/NamingSystem/mcr"
      },
      {
        "id": "QuestionnaireResponse.item",
        "path": "QuestionnaireResponse.item",
        "min": 1
      },
      {
        "id": "QuestionnaireResponse.item.id",
        "path": "QuestionnaireResponse.item.id",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.modifierExtension",
        "path": "QuestionnaireResponse.item.modifierExtension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.definition",
        "path": "QuestionnaireResponse.item.definition",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.text",
        "path": "QuestionnaireResponse.item.text",
        "min": 1
      },
      {
        "id": "QuestionnaireResponse.item.answer",
        "path": "QuestionnaireResponse.item.answer",
        "min": 1
      },
      {
        "id": "QuestionnaireResponse.item.answer.id",
        "path": "QuestionnaireResponse.item.answer.id",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.answer.extension",
        "path": "QuestionnaireResponse.item.answer.extension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.answer.modifierExtension",
        "path": "QuestionnaireResponse.item.answer.modifierExtension",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.answer.value[x]",
        "path": "QuestionnaireResponse.item.answer.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "QuestionnaireResponse.item.answer.item",
        "path": "QuestionnaireResponse.item.answer.item",
        "max": "0"
      },
      {
        "id": "QuestionnaireResponse.item.item",
        "path": "QuestionnaireResponse.item.item",
        "min": 1
      }
    ]
  }
}