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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeFlag
IdCPIS-Flag-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": "CPIS-Flag-Example",
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag"
    ]
  },
  "contained": [
    {
      "resourceType": "Provenance",
      "id": "1fc83fd8-4a6d-48e4-91ab-12bb10a4a834",
      "meta": {
        "profile": [
          "https://fhir.nhs.uk/England/StructureDefinition/England-Provenance-Flag"
        ]
      },
      "target": [
        {
          "reference": "#"
        }
      ],
      "recorded": "2024-07-22T09: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": "http://hl7.org/fhir/StructureDefinition/flag-detail",
      "valueReference": {
        "reference": "CarePlan/CPIS-CarePlan-example",
        "display": "Child Protection Plan for Alan Mann"
      }
    }
  ],
  "status": "active",
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient",
        "code": "CP-IS",
        "display": "Child Protection Information System Flag"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientFlag-AlanMann-Example",
    "display": "Alan Mann"
  },
  "period": {
    "start": "2024-07-22T09:00:00+00:00"
  }
}