RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build
RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Flag",
"id" : "ac907bbc-89bd-45db-ab23-fdb11dd01a78",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Alert"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Flag resource:</h3><ul><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Status:</strong> 'Active'</p></li><li><p><strong>Category:</strong> 'alert'</p></li><li><p><strong>Code:</strong> 'Methicillin resistant staphylococcus aureus carrier'</p></li><li><p><strong>Period start:</strong> '1-6-2010'</p></li></ul></div>"
},
"status" : "active",
"category" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "74018-3",
"display" : "alert"
}
],
"text" : "waarschuwing"
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "432415000",
"display" : "Methicillin resistant staphylococcus aureus carrier"
}
],
"text" : "Drager MRSA"
},
"subject" : {
"reference" : "http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
"display" : "Johan XXX_Helleman_Afblijven"
},
"period" : {
"start" : "2010-06-01"
}
}