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

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "zib-stoma-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Stoma"
    ]
  },
  "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>. Status: definitief</caption>\n                <tfoot>\n                    <tr>\n                        <td colspan=\"2\">Patient heeft veel last van dit type stoma.</td>\n                    </tr>\n                </tfoot>\n                <tbody>\n                    <tr>\n                        <th>Bepalingdatum/tijd</th>\n                        <td>2014</td>\n                    </tr>\n                    <tr>\n                        <th>Deel van lichaam</th>\n                        <td>\n                            <span title=\"Entire lower abdomen (362692001 - SNOMED CT)\">Entire lower\n                                abdomen</span>\n                            <span title=\"Right (24028007 - SNOMED CT)\">Right</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Code</th>\n                        <th>Waarde</th>\n                    </tr>\n                    <tr>\n                        <td>\n                            <span title=\"Stoma (morphologic abnormality) (245857005 - SNOMED CT)\">Stoma (morphologic abnormality)</span>\n                        </td>\n                        <td>\n                            <span title=\"End colostomy - stoma (261030007 - SNOMED CT)\">End\n                                colostomy - stoma</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "245857005",
        "display" : "Stoma (morphologic abnormality)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "I. Jongeneel-de Haas"
  },
  "effectiveDateTime" : "2014",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "261030007",
        "display" : "End colostomy - stoma"
      }
    ]
  },
  "comment" : "Patient heeft veel last van dit type stoma.",
  "bodySite" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "24028007",
              "display" : "Right"
            }
          ]
        }
      }
    ],
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "362692001",
        "display" : "Entire lower abdomen"
      }
    ]
  }
}