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

FHIR IG analytics

Packagehl7.fhir.uv.sdc.r4
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-map-populate-out.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 map-populate-out

LinkIDTextDefinitionAnswerdoco
.. map-populate-outQuestionnaire:Questionnaire Pre-Population
... grp
.... part-details
..... participant-ida0df9da6-3157-4b72-95f1-729853718c09
..... family-nameDoe
..... given-namesJane
..... dob1951-02-19
..... condition-count1
.... meds
..... med-nameSomeMed
..... med-statusactive
.... meds
..... med-nameAnother med
..... med-statusactive
.... meds
..... med-nameSomeMed
..... med-statusactive

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "map-populate-out",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-test-fhirpath-prepop-source-query",
  "status": "in-progress",
  "subject": {
    "reference": "http://example.org/fhir/Patient/a0df9da6-3157-4b72-95f1-729853718c09"
  },
  "authored": "2022-01-03T13:50:53-07:00",
  "item": [
    {
      "linkId": "grp",
      "item": [
        {
          "linkId": "part-details",
          "item": [
            {
              "linkId": "participant-id",
              "answer": [
                {
                  "valueString": "a0df9da6-3157-4b72-95f1-729853718c09"
                }
              ]
            },
            {
              "linkId": "family-name",
              "answer": [
                {
                  "valueString": "Doe"
                }
              ]
            },
            {
              "linkId": "given-names",
              "answer": [
                {
                  "valueString": "Jane"
                }
              ]
            },
            {
              "linkId": "dob",
              "answer": [
                {
                  "valueDate": "1951-02-19"
                }
              ]
            },
            {
              "linkId": "condition-count",
              "answer": [
                {
                  "valueInteger": 1
                }
              ]
            }
          ]
        },
        {
          "linkId": "meds",
          "item": [
            {
              "linkId": "med-name",
              "answer": [
                {
                  "valueString": "SomeMed"
                }
              ]
            },
            {
              "linkId": "med-status",
              "answer": [
                {
                  "valueString": "active"
                }
              ]
            }
          ]
        },
        {
          "linkId": "meds",
          "item": [
            {
              "linkId": "med-name",
              "answer": [
                {
                  "valueString": "Another med"
                }
              ]
            },
            {
              "linkId": "med-status",
              "answer": [
                {
                  "valueString": "active"
                }
              ]
            }
          ]
        },
        {
          "linkId": "meds",
          "item": [
            {
              "linkId": "med-name",
              "answer": [
                {
                  "valueString": "SomeMed"
                }
              ]
            },
            {
              "linkId": "med-status",
              "answer": [
                {
                  "valueString": "active"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}