Specification of the RARecord-Flag-1 resource. This resource records details of each Reasonable Adjustment identified, by or for a patient, within the FHIR® Reasonable Adjustments API.

Reasonable Adjustments - Adjustments

The Flag resource, profiled as RARecord-Flag-1, will record specific Adjustments - as defined under the Equality Act (2010) - that are identified by the patient, or supporting healthcare professionals, to increase access to effective, informed and supportive health care.

RARecord-Flag-1

RARecord-Flag-1 XML Example

<?xml version="1.0" encoding="utf-8"?>
<Flag xmlns="http://hl7.org/fhir">
    <id value="5f96eae1-b5eb-439d-8ba3-153c2b99698c"/>
    <meta>
        <versionId value="0dd8da0f-2902-4604-bf87-7268e1ce8166"/>
        <lastUpdated value="2016-03-01T10:04:33+00:00"/>
        <profile value="https://fhir.nhs.uk/STU3/StructureDefinition/RARecord-Flag-1"/>
    </meta>
    <contained>
            <Provenance>
                <id value="2c4aa85d-4489-4399-9d3c-35a10a1e6ef1"/>
                <meta>
                    <profile value="https://fhir.nhs.uk/STU3/StructureDefinition/RARecord-Provenance-1"/>
                </meta>
                <target>
                    <reference value="#"/>
                </target>
                <recorded value="2016-03-01T10:05:33+00:00"/>
                <activity>
                    <coding>
                        <system value="http://hl7.org/fhir/v3/DataOperation"/>
                        <code value="CREATE"/>
                        <display value="create"/>
                    </coding>
                </activity>
                <agent>
                    <role>
                        <coding>
                            <system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1"/>
                            <code value="R0260"/>
                            <display value="General Medical Practitioner"/>
                        </coding>
                    </role>
                    <whoReference>
                        <reference value="https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9"/>
                        <display value="Dr.D"/>
                    </whoReference>
                    <onBehalfOfReference>
                        <reference value="https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7"/>
                        <display value="Some GP Clinic"/>
                    </onBehalfOfReference>
                </agent>
            </Provenance>
    </contained>
    <extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-RARecord-AdjustmentCategory-1">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.nhs.uk/STU3/CodeSystem/RARecord-AdjustmentCategory-1"/>
                <code value="001"/>
                <display value="Communication support"/>
            </coding>
        </valueCodeableConcept>
    </extension>
    <status value="active"/>
    <category>
        <coding>
            <system value="https://fhir.nhs.uk/STU3/CodeSystem/RARecord-FlagCategory-1"/>
            <code value="NRAF"/>
            <display value="National Reasonable Adjustments Flag"/>
        </coding>
    </category>
    <code>
        <coding>
            <system value="https://snomed.info/sct"/>
            <code value="796161000000101"/>
            <display value="Requires information in Easyread"/>
        </coding>
    </code>
    <subject>
        <reference value="demographics.spineservices.nhs.uk/STU3/Patient/999999998"/>
    </subject>
</Flag>

RARecord-Flag-1 JSON Example

{
  "resourceType": "Flag",
  "id": "5f96eae1-b5eb-439d-8ba3-153c2b99698c",
  "meta": {
    "versionId": "0dd8da0f-2902-4604-bf87-7268e1ce8166",
    "lastUpdated": "2016-03-01T10:04:33+00:00",
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/RARecord-Flag-1"
    ]
  },
  "contained": [
    {
      "resourceType": "Provenance",
      "id": "2c4aa85d-4489-4399-9d3c-35a10a1e6ef1",
      "meta": {
        "profile": [
          "https://fhir.nhs.uk/STU3/StructureDefinition/RARecord-Provenance-1"
        ]
      },
      "target": [
        {
          "reference": "#"
        }
      ],
      "recorded": "2016-03-01T10:05:33+00:00",
      "activity": {
          "system": "http://hl7.org/fhir/v3/DataOperation",
          "code": "CREATE",
          "display": "create"
        },
      "agent": [
        {
          "role": [
            {
              "coding": [
                {
                  "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1",
                  "code": "R0260",
                  "display": "General Medical Practitioner"
                }
              ]
            }
          ],
          "whoReference": {
            "reference": "https://sds.spineservices.nhs.uk/STU3/Practitioner/2ee4tr6a9",
            "display": "Dr.D"
          },
          "onBehalfOfReference": {
            "reference": "https://directory.spineservices.nhs.uk/STU3/Organization/a3e5i7",
            "display": "Some GP Clinic"
          }
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "https://fhir.nhs.uk/STU3/StructureDefinition/Extension-RARecord-AdjustmentCategory-1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/STU3/CodeSystem/RARecord-AdjustmentCategory-1",
            "code": "001",
            "display": "Communication support"
          }
        ]
      }
    }
  ],
  "status": "active",
  "category": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/STU3/CodeSystem/RARecord-FlagCategory-1",
        "code": "NRAF",
        "display": "National Reasonable Adjustments Flag"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "https://snomed.info/sct",
        "code": "796161000000101",
        "display": "Requires information in Easyread"
      }
    ]
  }
}