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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeFlag
IdRA-Flag2-Example.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": "RA-Flag2-Example",
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag-Adjustment"
    ]
  },
  "contained": [
    {
      "resourceType": "Provenance",
      "id": "71f8bcda-242d-4401-a59c-6924a6cb1c0e",
      "meta": {
        "profile": [
          "https://fhir.nhs.uk/England/StructureDefinition/England-Provenance-Flag"
        ]
      },
      "target": [
        {
          "reference": "#"
        }
      ],
      "recorded": "2024-01-01T11:00:00+00:00",
      "activity": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/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"
                }
              ]
            }
          ],
          "who": {
            "reference": "https://sds.spineservices.nhs.uk/Practitioner/2ee4tr6a9"
          },
          "onBehalfOf": {
            "reference": "https://directory.spineservices.nhs.uk/Organization/a3e5i7"
          }
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-FlagNotes",
      "valueAnnotation": {
        "text": "Example of adjustment notes extension text in adjustment flag"
      }
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient",
          "code": "NRAF",
          "display": "National Reasonable Adjustments Flag"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryRA",
          "code": "bespoke-reasonable-adjustments",
          "display": "Bespoke Reasonable adjustments"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://snomed.info/sct",
        "code": "73618009",
        "display": "Autistic spectrum disorder with isolated skills"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientFlag-AlanMann-Example"
  }
}