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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-example-social-history.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 example-social-history

LinkIDTextDefinitionAnswerdoco
.. example-social-historyQuestionnaire:http://deep6.ai/Questionnaire-social-history
... 1.1Smoking HistoryQuit
... 1.2Smoking Years3
... 1.3Smokeless Tobacco UseNever
... 1.4Smoking Commentage 30's
... 1.5Smoking Quit Date1980-06-11T00:00:00+00:00
... 1.6Packs Per Day0.25 packs per day (Details: NullFlavor codeOTH = 'other')
... 2.1Recreational Drug Use FrequencyNo
... 3.1Alcohol HistoryYes
... 3.2Alcohol Amount Per Week2.4 fluid ounces (Details: UCUM code[foz_us] = '[foz_us]')
... 3.3Alcohol Use Commentinfrequent

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "example-social-history",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-questionnaire-response-social-history-2.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://deep6.ai/Questionnaire-social-history",
  "status": "completed",
  "authored": "2013-02-19T14:15:00-05:00",
  "item": [
    {
      "linkId": "1.1",
      "text": "Smoking History",
      "answer": [
        {
          "valueString": "Quit"
        }
      ]
    },
    {
      "linkId": "1.2",
      "text": "Smoking Years",
      "answer": [
        {
          "valueString": "3"
        }
      ]
    },
    {
      "linkId": "1.3",
      "text": "Smokeless Tobacco Use",
      "answer": [
        {
          "valueString": "Never"
        }
      ]
    },
    {
      "linkId": "1.4",
      "text": "Smoking Comment",
      "answer": [
        {
          "valueString": "age 30's"
        }
      ]
    },
    {
      "linkId": "1.5",
      "text": "Smoking Quit Date",
      "answer": [
        {
          "valueDateTime": "1980-06-11T00:00:00+00:00"
        }
      ]
    },
    {
      "linkId": "1.6",
      "text": "Packs Per Day",
      "answer": [
        {
          "valueQuantity": {
            "value": 0.25,
            "unit": "packs per day",
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "OTH"
          }
        }
      ]
    },
    {
      "linkId": "2.1",
      "text": "Recreational Drug Use Frequency",
      "answer": [
        {
          "valueString": "No"
        }
      ]
    },
    {
      "linkId": "3.1",
      "text": "Alcohol History",
      "answer": [
        {
          "valueString": "Yes"
        }
      ]
    },
    {
      "linkId": "3.2",
      "text": "Alcohol Amount Per Week",
      "answer": [
        {
          "valueQuantity": {
            "value": 2.4,
            "unit": "fluid ounces",
            "system": "http://unitsofmeasure.org",
            "code": "[foz_us]"
          }
        }
      ]
    },
    {
      "linkId": "3.3",
      "text": "Alcohol Use Comment",
      "answer": [
        {
          "valueString": "infrequent"
        }
      ]
    }
  ]
}