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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeFlag
IdFLA06 - Safeguarding Concern.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": "01dcdcbb-93c0-4418-a5f5-d8b2573d4854",
  "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": "SG",
          "display": "Safeguarding Concern"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/safeguarding-codes-bars",
        "code": "U",
        "display": "Unspecified Safeguarding Concern Identified"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
  },
  "period": {
    "start": "2021-10-11T12:15:10+00:00",
    "end": "2021-10-11T12:15:10+00:00"
  }
}