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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeFlag
IdFLAG12 - Agency Contacted.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-d8b2573d4866",
  "meta": {
    "lastUpdated": "2023-12-28T15: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": "AC",
          "display": "Agency Contacted"
        }
      ]
    }
  ],
  "code": {
    "text": "The Police have been contacted and are enroute to scene"
  },
  "subject": {
    "reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
  },
  "period": {
    "start": "2023-12-28T12:15:10+00:00"
  }
}