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 Observation - gp-diagnosticresult-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "gp-diagnosticresult-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Observatie/bepaling. Subject: <a href=\"Patient/nl-core-patient-02\">Paul\n                        XXX_Mesker</a>. Id: 6324\n                    (http://www.bmc.nl/zorgportal/identifiers/observations), Status:\n                        definitief<div>Uitvoerende: <a href=\"Practitioner/nl-core-practitioner-02\">Vaste Huisarts 1</a>\n                    </div>\n                </caption>\n                <tbody>\n                    <tr>\n                        <th>Bepalingdatum/tijd</th>\n                        <td colspan=\"3\">Vanaf 2013-04-02T09:30:10+01:00</td>\n                    </tr>\n                    <tr>\n                        <th>Code</th>\n                        <th>Waarde</th>\n                        <th>Interpretatie</th>\n                        <th>Referentiewaarden</th>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"systolische bloeddruk (1744 - nhg-tabel-45-diagnostische-bepalingen)\">systolische bloeddruk</span>\n                        </td>\n                        <td>140 mm[Hg]</td>\n                        <td>\n                            <span title=\"High (H - v2/0078)\">High</span>\n                        </td>\n                        <td>\n                            <div>100 mm[Hg] - 130 mm[Hg]</div>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.bmc.nl/zorgportal/identifiers/observations",
      "value" : "6324"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://referentiemodel.nhg.org/tabellen/nhg-tabel-45-diagnostische-bepalingen",
        "code" : "1744",
        "display" : "systolische bloeddruk"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-02",
    "display" : "Paul XXX_Mesker"
  },
  "effectivePeriod" : {
    "start" : "2013-04-02T09:30:10+01:00"
  },
  "issued" : "2013-04-03T15:30:10+01:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/nl-core-practitioner-02",
      "display" : "Vaste Huisarts 1"
    }
  ],
  "valueQuantity" : {
    "value" : 140,
    "system" : "http://unitsofmeasure.org",
    "code" : "mm[Hg]"
  },
  "interpretation" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v2/0078",
        "code" : "H",
        "display" : "High"
      }
    ]
  },
  "referenceRange" : [
    {
      "low" : {
        "value" : 100,
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      },
      "high" : {
        "value" : 130,
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    }
  ]
}