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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeFlag
IdFLA02 - Flag - Reasonable Adjustment.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Flag",
  "id": "ee3a18b4-21b2-439d-9838-a62b0560a363",
  "meta": {
    "lastUpdated": "2021-10-11T15:23:30+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/Flag",
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Flag"
    ]
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/flag-categories-bars",
          "code": "RA",
          "display": "Reasonable Adjustment"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/flag-codes-bars",
        "code": "addsupport",
        "display": "Provision of Additional Support"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
  },
  "period": {
    "start": "2022-01-01"
  }
}