FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Flag |
| Id | Flag-AtApsExampleFlagAlert01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Flag AtApsExampleFlagAlert01
Profile: AT APS Flag Alert
identifier: 12345
status: Active
category: Sicherheit
code: Der Patient zeigt eine erhöhte Sturzgefährdung.
subject: Maria Musterfrau
author: Hanna Hausärztin
{
"resourceType": "Flag",
"id": "AtApsExampleFlagAlert01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-flagalert"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "12345"
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/flag-category",
"code": "safety",
"display": "Safety"
}
],
"text": "Sicherheit"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "165002",
"display": "Accident-prone"
}
],
"text": "Der Patient zeigt eine erhöhte Sturzgefährdung."
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"author": {
"reference": "Practitioner/at-aps-example-practitioner-01",
"display": "Hanna Hausärztin"
}
}