RIVO-Noord Zorgviewer Implementation Guide
1.4.0 - sprint39 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Epic Condition Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "e-ZZJzEApAU6z8DStznS9pQ3",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Condition e-ZZJzEApAU6z8DStznS9pQ3</b></p><a name=\"e-ZZJzEApAU6z8DStznS9pQ3\"> </a><a name=\"hce-ZZJzEApAU6z8DStznS9pQ3\"> </a><a name=\"e-ZZJzEApAU6z8DStznS9pQ3-nl-NL\"> </a><p><b>clinicalStatus</b>: Active</p><p><b>verificationStatus</b>: Confirmed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/condition-category problem-list-item}\">Problem List Item</span>, <span title=\"Codes:{http://snomed.info/sct 282291009}\">interpretatie van diagnose (waarneembare entiteit)</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-nl T12.0}, {http://snomed.info/sct 46866001}\">fractuur van onderste extremiteit</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3\">XXX_Helleman, JOHAN</a></p><p><b>onset</b>: 2012-08-16 --&gt; 2012-08-16</p><p><b>assertedDate</b>: 2021-08-26</p></div>"
  },
  "clinicalStatus" : "active",
  "verificationStatus" : "confirmed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ],
      "text" : "Problem List Item"
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "282291009",
          "display" : "interpretatie van diagnose (waarneembare entiteit)"
        }
      ],
      "text" : "interpretatie van diagnose (waarneembare entiteit)"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-nl",
        "code" : "T12.0"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "46866001"
      }
    ],
    "text" : "fractuur van onderste extremiteit"
  },
  "subject" : {
    "reference" : "https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3",
    "display" : "XXX_Helleman, JOHAN"
  },
  "onsetPeriod" : {
    "start" : "2012-08-16",
    "end" : "2012-08-16"
  },
  "assertedDate" : "2021-08-26"
}