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-alcoholuse-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "zib-alcoholuse-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse"
    ]
  },
  "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-01\">Johan\n                        XXX_Helleman</a>. Status: definitief</caption>\n                <tbody>\n                    <tr>\n                        <th>Bepalingdatum/tijd</th>\n                        <td>Vanaf 1980</td>\n                    </tr>\n                    <tr>\n                        <th>Code</th>\n                        <th>Waarde</th>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Finding relating to alcohol drinking behavior (finding) (228273003 - SNOMED CT)\">Finding relating to alcohol drinking behavior (finding)</span>\n                        </td>\n                        <td>\n                            <span title=\"Current drinker of alcohol (219006 - SNOMED CT)\">Current\n                                drinker of alcohol</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Alcohol intake (observable entity) (160573003 - SNOMED CT)\">Alcohol intake (observable entity)</span>\n                        </td>\n                        <td>4 glasses per week</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "228273003",
        "display" : "Finding relating to alcohol drinking behavior (finding)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-01",
    "display" : "Johan XXX_Helleman"
  },
  "effectivePeriod" : {
    "start" : "1980"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "219006",
        "display" : "Current drinker of alcohol"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "160573003",
            "display" : "Alcohol intake (observable entity)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 4,
        "unit" : "glasses per week",
        "system" : "http://unitsofmeasure.org",
        "code" : "{glasses}/wk"
      }
    }
  ]
}