Swedish Alert Information Implementation Guide
0.1.0 - draft
Swedish Alert Information Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Flag",
"id" : "SEAlertInformationFlagExample",
"meta" : {
"profile" : [
🔗 "http://hl7.se/fhir/ig/alertinformation/StructureDefinition/SEAlertInformationFlag"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Flag SEAlertInformationFlagExample</b></p><a name=\"SEAlertInformationFlagExample\"> </a><a name=\"hcSEAlertInformationFlagExample\"> </a><a name=\"SEAlertInformationFlagExample-en-US\"> </a><p><b>Flag details</b>: <a href=\"Observation-SEAlertInformationIncidenceOfInfectiousDiseaseObservationExample.html\">blodsmitta hos gravid</a></p><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 64301000052105}\">blodsmitta hos gravid</span></p><p><b>subject</b>: <a href=\"Patient/example\">Förnamn Efternamn</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/flag-detail",
"valueReference" : {
🔗 "reference" : "Observation/SEAlertInformationIncidenceOfInfectiousDiseaseObservationExample",
"display" : "blodsmitta hos gravid"
}
}
],
"status" : "active",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "64301000052105",
"display" : "blodsmitta hos gravid"
}
]
},
"subject" : {
"reference" : "Patient/example",
"display" : "Förnamn Efternamn"
}
}