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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-ace-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: QuestionnaireResponse ace-example-1

LinkIDTextDefinitionAnswerdoco
.. ace-example-1Questionnaire:https://www.acesaware.org/wp-content/uploads/2022/07/ACE-Questionnaire-for-Adults-Identified-English-rev.7.26.22.pdf
... /82814-5Emotional abuse--before 18 years old [ACE]LOINC: LA33-6 (Yes)
... /82815-2Physical abuse--before 18 years old [ACE]LOINC: LA33-6 (Yes)
... /82816-0Sexual abuse--before 18 years old [ACE]LOINC: LA33-6 (Yes)
... /82817-8Emotional neglect--before 18 years old [ACE]LOINC: LA33-6 (Yes)
... /82818-6Physical neglect--before 18 years old [ACE]LOINC: LA33-6 (Yes)
... /82820-2Domestic violence--before 18 years old [ACE]LOINC: LA32-8 (No)
... /82822-8Mental illness in household--before 18 years old [ACE]LOINC: LA32-8 (No)
... /82823-6Criminal household member--before 18 years old [ACE]LOINC: LA32-8 (No)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "ace-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://www.acesaware.org/wp-content/uploads/2022/07/ACE-Questionnaire-for-Adults-Identified-English-rev.7.26.22.pdf",
  "status": "completed",
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "authored": "2024-02-01T20:50:32.718Z",
  "author": {
    "reference": "Practitioner/ed-physician-example-1"
  },
  "item": [
    {
      "linkId": "/82814-5",
      "text": "Emotional abuse--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "/82815-2",
      "text": "Physical abuse--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "/82816-0",
      "text": "Sexual abuse--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "/82817-8",
      "text": "Emotional neglect--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "/82818-6",
      "text": "Physical neglect--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA33-6",
            "display": "Yes"
          }
        }
      ]
    },
    {
      "linkId": "/82820-2",
      "text": "Domestic violence--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/82822-8",
      "text": "Mental illness in household--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    },
    {
      "linkId": "/82823-6",
      "text": "Criminal household member--before 18 years old [ACE]",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA32-8",
            "display": "No"
          }
        }
      ]
    }
  ]
}