Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Flag - zib-alert-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Flag",
  "id" : "zib-alert-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Alert"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Attentievlag. Subject: <a href=\"Patient/nl-core-patient-01\">Johan\n                        XXX_Helleman</a>. Categorie: <span title=\"condition (75323-6 - LOINC)\">condition</span>, Status: actief</caption>\n                <tbody>\n                    <tr>\n                        <th>Code</th>\n                        <td>\n                            <span title=\"Methicillin resistant staphylococcus aureus carrier (432415000 - SNOMED CT)\">Methicillin resistant staphylococcus aureus carrier</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Periode</th>\n                        <td>Vanaf 2010-06-01</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "active",
  "category" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "75323-6",
        "display" : "condition"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "432415000",
        "display" : "Methicillin resistant staphylococcus aureus carrier"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-01",
    "display" : "Johan XXX_Helleman"
  },
  "period" : {
    "start" : "2010-06-01"
  }
}