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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeFlag
IdFlag-Flag1.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

Flag indicating a history of cardiac arrest from 2023-10-01.

Source1

{
  "resourceType": "Flag",
  "id": "Flag1",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-flag-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/sid/icd-10",
        "code": "I46.9",
        "display": "Cardiac arrest, unspecified"
      }
    ],
    "text": "History of cardiac arrest"
  },
  "subject": {
    "reference": "Patient/Mracena"
  },
  "period": {
    "start": "2023-10-01"
  },
  "author": {
    "reference": "Practitioner/Sova"
  }
}