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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeFlag
IdFGM-ActiveFlag-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-ActiveFlag-Example",
  "status": "active",
  "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"
    }
  },
  "period": {
    "start": "2019-12-10"
  }
}