FHIR Data Standards Wales for PSOM v1.0.0-rc3
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc2 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.

Example Task - EQ5D5L Myeloma (Response)

Task
Task.id[0]Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response
Task.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-Task
Task.identifier[0].system[0]https://acme.com/fhir/identifier/task-id
Task.identifier[0].value[0]111111
Task.status[0]completed
Task.intent[0]plan
Task.code[0].coding[0].system[0]http://hl7.org/fhir/uv/sdc/CodeSystem/temp
Task.code[0].coding[0].code[0]complete-questionnaire
Task.executionPeriod[0].start[0]2020-10-10
Task.executionPeriod[0].end[0]2020-10-11T04:44:16+00:00
Task.location[0].reference[0]Location/Example-DataStandardsWales-PSOM-Location-CadogWard
Task.location[0].display[0]CadogWard
Task.reasonCode[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TriggerEventType
Task.reasonCode[0].coding[0].code[0]02
Task.reasonCode[0].coding[0].display[0]At the point of referral
Task.input[0].type[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType
Task.input[0].type[0].coding[0].code[0]MDEPX004X
Task.input[0].type[0].coding[0].display[0]PROMs Laterality
Task.input[0].value[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-PROMsLaterality
Task.input[0].value[0].coding[0].code[0]8
Task.input[0].value[0].coding[0].display[0]N/A
Task.input[1].type[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType
Task.input[1].type[0].coding[0].code[0]MPRPX013X
Task.input[1].type[0].coding[0].display[0]PROMs Trigger Event Date
Task.input[1].value[0]2020-10-09T17:15:33+00:00
Task.input[2].type[0].coding[0].system[0]http://hl7.org/fhir/uv/sdc/CodeSystem/temp
Task.input[2].type[0].coding[0].code[0]questionnaire
Task.input[2].value[0]https://fhir.nhs.wales/Questionnaire/DataStandardsWales-PSOM-EQ5D-5L|2022014
Task.output[0].type[0].coding[0].system[0]http://hl7.org/fhir/uv/sdc/CodeSystem/temp
Task.output[0].type[0].coding[0].code[0]questionnaire-response
Task.output[0].value[0].reference[0]QuestionnaireResponse/le-DataStandardsWales-PSOM-QuestionnaireResponse-EQ5D5L-Response
Task.output[0].value[0].display[0]EQ5D5L answers and score
<Task xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-Task" />
    </meta>
    <identifier>
        <system value="https://acme.com/fhir/identifier/task-id" />
        <value value="111111" />
    </identifier>
    <status value="completed" />
    <intent value="plan" />
    <code>
        <coding>
            <system value="http://hl7.org/fhir/uv/sdc/CodeSystem/temp" />
            <code value="complete-questionnaire" />
        </coding>
    </code>
    <executionPeriod>
        <start value="2020-10-10" />
        <end value="2020-10-11T04:44:16+00:00" />
    </executionPeriod>
    <location>
        <reference value="Location/Example-DataStandardsWales-PSOM-Location-CadogWard" />
        <display value="CadogWard" />
    </location>
    <reasonCode>
        <coding>
            <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TriggerEventType" />
            <code value="02" />
            <display value="At the point of referral" />
        </coding>
    </reasonCode>
    <input>
        <type>
            <coding>
                <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType" />
                <code value="MDEPX004X" />
                <display value="PROMs Laterality" />
            </coding>
        </type>
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-PROMsLaterality" />
                <code value="8" />
                <display value="N/A" />
            </coding>
        </valueCodeableConcept>
    </input>
    <input>
        <type>
            <coding>
                <system value="https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType" />
                <code value="MPRPX013X" />
                <display value="PROMs Trigger Event Date" />
            </coding>
        </type>
        <valueDateTime value="2020-10-09T17:15:33+00:00" />
    </input>
    <input>
        <type>
            <coding>
                <system value="http://hl7.org/fhir/uv/sdc/CodeSystem/temp" />
                <code value="questionnaire" />
            </coding>
        </type>
        <valueCanonical value="https://fhir.nhs.wales/Questionnaire/DataStandardsWales-PSOM-EQ5D-5L|2022014" />
    </input>
    <output>
        <type>
            <coding>
                <system value="http://hl7.org/fhir/uv/sdc/CodeSystem/temp" />
                <code value="questionnaire-response" />
            </coding>
        </type>
        <valueReference>
            <reference value="QuestionnaireResponse/le-DataStandardsWales-PSOM-QuestionnaireResponse-EQ5D5L-Response" />
            <display value="EQ5D5L answers and score" />
        </valueReference>
    </output>
</Task>
{
    "resourceType": "Task",
    "id": "Example-DataStandardsWales-PSOM-Task-Myeloma-EQ5D5L-Response",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-Task"
        ]
    },
    "identifier":  [
        {
            "system": "https://acme.com/fhir/identifier/task-id",
            "value": "111111"
        }
    ],
    "status": "completed",
    "intent": "plan",
    "code": {
        "coding":  [
            {
                "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
                "code": "complete-questionnaire"
            }
        ]
    },
    "executionPeriod": {
        "start": "2020-10-10",
        "end": "2020-10-11T04:44:16+00:00"
    },
    "location": {
        "reference": "Location/Example-DataStandardsWales-PSOM-Location-CadogWard",
        "display": "CadogWard"
    },
    "reasonCode": {
        "coding":  [
            {
                "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TriggerEventType",
                "code": "02",
                "display": "At the point of referral"
            }
        ]
    },
    "input":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType",
                        "code": "MDEPX004X",
                        "display": "PROMs Laterality"
                    }
                ]
            },
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-PROMsLaterality",
                        "code": "8",
                        "display": "N/A"
                    }
                ]
            }
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "https://fhir.nhs.wales/CodeSystem/DataStandardsWales-PSOM-TaskInputType",
                        "code": "MPRPX013X",
                        "display": "PROMs Trigger Event Date"
                    }
                ]
            },
            "valueDateTime": "2020-10-09T17:15:33+00:00"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
                        "code": "questionnaire"
                    }
                ]
            },
            "valueCanonical": "https://fhir.nhs.wales/Questionnaire/DataStandardsWales-PSOM-EQ5D-5L|2022014"
        }
    ],
    "output":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
                        "code": "questionnaire-response"
                    }
                ]
            },
            "valueReference": {
                "reference": "QuestionnaireResponse/le-DataStandardsWales-PSOM-QuestionnaireResponse-EQ5D5L-Response",
                "display": "EQ5D5L answers and score"
            }
        }
    ]
}