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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeBundle
IdAddFGMRecordTransaction-Bundle-Examples.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": "Bundle",
  "id": "AddFGMRecordTransaction-Bundle-Example",
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "Flag/FGM-PatientFlag-Example",
      "resource": {
        "resourceType": "Flag",
        "id": "FGM-PatientFlag-Example",
        "meta": {
          "profile": [
            "https://fhir.nhs.uk/England/StructureDefinition/England-Flag-PatientFlag"
          ]
        },
        "contained": [
          {
            "resourceType": "Provenance",
            "id": "3fc83fd8-4a6d-48e4-91ab-12bb10a4a834",
            "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 flag notes extension text in patient flag"
            }
          }
        ],
        "status": "active",
        "code": {
          "coding": [
            {
              "system": "https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient",
              "code": "FGM",
              "display": "Female Genital Mutilation Flag"
            }
          ]
        },
        "subject": {
          "reference": "Patient/PatientFlag-AnnaSmith-Example"
        }
      }
    }
  ]
}