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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeFlag
IdFlag-FlagAlertEjemplo.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 FlagAlertEjemplo

Language: es

Profile: Flag - Alerta

Flag Priority: High priority

status: Active

category: Alerta relacionada con la medicación del paciente

code: Paciente propenso a reacciones adversas a medicamentos

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))


Source1

{
  "resourceType": "Flag",
  "id": "FlagAlertEjemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Flag-alerta-cl-ips"
    ]
  },
  "language": "es",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/flag-priority",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/flag-priority-code",
            "code": "PH",
            "display": "High priority"
          }
        ]
      }
    }
  ],
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/flag-category",
          "code": "drug",
          "display": "Drug"
        }
      ],
      "text": "Alerta relacionada con la medicación del paciente"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "419511003",
        "display": "Propensity to adverse reactions to drug"
      }
    ],
    "text": "Paciente propenso a reacciones adversas a medicamentos"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  }
}