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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeFlag
IdFlag-flag-patient-eu-core-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Flag flag-patient-eu-core-example

status: Active

category: Safety

code: At risk of falls

subject: John Doe Male, DoB: 1980-01-01

period: 2024-01-10 --> (ongoing)


Source1

{
  "resourceType": "Flag",
  "id": "flag-patient-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/flag-patient-eu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/flag-category",
          "code": "safety",
          "display": "Safety"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "129839007",
        "display": "At risk of falls"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-eu-core-example"
  },
  "period": {
    "start": "2024-01-10"
  }
}