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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeFlag
IdFGM-RemovedFlag-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": "FGM-RemovedFlag-Example",
  "extension": [
    {
      "url": "https://fhir.nhs.uk/StructureDefinition/Extension-England-FGMRemovalReason",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/England-FGMRemovalReason",
            "code": "0",
            "display": "Added in error - this child does not have a family history of FGM"
          }
        ]
      }
    }
  ],
  "status": "entered-in-error",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "902961000000107",
        "display": "Family history of FGM (female genital mutilation)"
      }
    ],
    "text": "Family history of FGM (female genital mutilation)"
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9000000009"
    }
  }
}