FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | Flag |
| Id | Flag-FlagAlertEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
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, ))
{
"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"
}
}