Specification of the CareConnect-RARecord-Condition-1 resource. This resource records details of Impairments, under the Equality Act 2010 definition, recorded by or for a Patient within the FHIR® Reasonable Adjustments API.

Reasonable Adjustments - Impairments

The Condition resource, profiled as CareConnect-RARecord-Condition-1, will record specific Impairments - 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.

Reasonable Adjustments - UnderlyingConditions

The Condition resource, profiled as CareConnect-RARecord-Condition-1, will optionally record specific relevant Conditions - that are identified by the patient, or supporting healthcare professionals, to increase access to effective, informed and supportive health care.

CareConnect-RARecord-Condition-1

CareConnect-RARecord-Condition-1 XML Example

<?xml version="1.0" encoding="utf-8"?>
<Condition xmlns="http://hl7.org/fhir">
    <id value="9cbd3dda-c51a-4e68-af70-f0de60cb8ba7"/>
    <meta>
        <versionId value="5dc8eac2-de86-4e97-949a-8eb9e26e4237"/>
        <lastUpdated value="2016-03-01T10:04:33+00:00"/>
        <profile value="https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-RARecord-Condition-1" />
    </meta>
    <contained>
            <Provenance>
                <id value="8add130e-0c04-4dd1-94a0-b3317fb26dfc"/>
                <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>
    <clinicalStatus value="active"/>
    <category>
        <coding>
            <system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionCategory-1"/>
            <code value="issue"/>
            <display value="Issue"/>
        </coding>
    </category>
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/STU3/CodeSystem/RARecord-ConditionCode-1"/>
            <code value="5"/>
            <display value="Learning or understanding or concentrating"/>
        </coding>
    </code>
    <subject>
            <reference value="demographics.spineservices.nhs.uk/STU3/Patient/999999998"/>
    </subject>
</Condition>

CareConnect-RARecord-Condition-1 JSON Example

{
  "resourceType": "Condition",
  "id": "9cbd3dda-c51a-4e68-af70-f0de60cb8ba7",
  "meta": {
    "versionId": "5dc8eac2-de86-4e97-949a-8eb9e26e4237",
    "lastUpdated": "2016-03-01T10:04:33+00:00",
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-RARecord-Condition-1"
    ]
  },
  "contained": [
    {
      "resourceType": "Provenance",
      "id": "8add130e-0c04-4dd1-94a0-b3317fb26dfc",
      "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"
          }
        }
      ]
    }
  ],
  "clinicalStatus": "active",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionCategory-1",
          "code": "issue",
          "display": "Issue"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/STU3/CodeSystem/RARecord-ConditionCode-1",
        "code": "5",
        "display": "Learning or understanding or concentrating"
      }
    ]
  }
}