RIVO-Noord Zorgviewer Implementation Guide
1.25.0 - CI build Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.25.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions

: CGM Condition Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "16d3eb72-6c59-4307-a557-b6182a52f362",
  "meta" : {
    "versionId" : "1.0.1",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><caption>Aandoening.<br/>Patiƫnt: Mevr. TEST Zorgviewer<br/>Status: actief</caption><tbody><tr><th>Code</th><td><span title=\"Dyspnoe/benauwdheid toegeschreven aan luchtwegen [ex. K02] (R02 - http://hl7.org/fhir/sid/icpc-1-nl)\">Dyspnoe/benauwdheid toegeschreven aan luchtwegen [ex. K02]</span></td></tr><tr><th>Categorie</th><td><span title=\"interpretatie van diagnose (282291009 - SNOMED CT)\">interpretatie van diagnose</span></td></tr><tr><th>Eerste symptomen</th><td>15 november 2012</td></tr></tbody></table></div>"
  },
  "clinicalStatus" : "active",
  "_clinicalStatus" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "55561003",
              "display" : "Actief"
            }
          ]
        }
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "282291009",
          "display" : "interpretatie van diagnose",
          "userSelected" : false
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icpc-1-nl",
        "code" : "R02",
        "display" : "Dyspnoe/benauwdheid toegeschreven aan luchtwegen [ex. K02]"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/5dbca76d-8ca1-4192-b0f4-5e27ac1f0606",
    "display" : "Mevr. TEST Zorgviewer"
  },
  "onsetDateTime" : "2012-11-15",
  "asserter" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
        "valueReference" : {
          "reference" : "PractitionerRole/173d48ff-5af6-46fb-9914-75708b83b410",
          "display" : "Huisartsen, niet apotheekhoudend"
        }
      }
    ],
    "reference" : "Practitioner/be0d6489-a9fd-4b65-a1ba-e412cdcd7767",
    "display" : "Pharmeon acceptatie zorgverlener"
  }
}