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 - zib-heartrate-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "zib-heartrate-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-HeartRate"
    ]
  },
  "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-03\">I.\n                        Jongeneel-de Haas</a>. Categorie: <span title=\"Vital Signs (vital-signs - observation-category)\">Vital Signs</span>,\n                    Status: definitief<div>Uitvoerende: <a href=\"Practitioner/nl-core-practitioner-01\">Huisarts H. de Vries</a>\n                    </div>\n                </caption>\n                <tfoot>\n                    <tr>\n                        <td colspan=\"3\">Misschien bigeminie?</td>\n                    </tr>\n                </tfoot>\n                <tbody>\n                    <tr>\n                        <th>Bepalingdatum/tijd</th>\n                        <td colspan=\"2\">2013-02-08T06:43:00+02:00</td>\n                    </tr>\n                    <tr>\n                        <th>Methode</th>\n                        <td colspan=\"2\">\n                            <span title=\"Auscultation (37931006 - SNOMED CT)\">Auscultation</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Code</th>\n                        <th>Waarde</th>\n                        <th>Interpretatie</th>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Heart rate (8867-4 - LOINC)\">Heart rate</span>\n                        </td>\n                        <td>126 /min</td>\n                        <td>\n                            <span title=\"Heart irregular (248650006 - SNOMED CT)\">Heart\n                                irregular</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8867-4",
        "display" : "Heart rate"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "I. Jongeneel-de Haas"
  },
  "effectiveDateTime" : "2013-02-08T06:43:00+02:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/nl-core-practitioner-01",
      "display" : "Huisarts H. de Vries"
    }
  ],
  "valueQuantity" : {
    "value" : 126,
    "unit" : "/min",
    "system" : "http://unitsofmeasure.org",
    "code" : "/min"
  },
  "interpretation" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "248650006",
        "display" : "Heart irregular"
      }
    ]
  },
  "comment" : "Misschien bigeminie?",
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "37931006",
        "display" : "Auscultation"
      }
    ]
  }
}