RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: Epic Condition Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "eEN48OuhxGuLXyJmUAC8JvQ3",
  "meta" : {
    "profile" : [
      "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"eEN48OuhxGuLXyJmUAC8JvQ3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Condition &quot;eEN48OuhxGuLXyJmUAC8JvQ3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Problem\">HCIM Problem</a></p></div><p><b>clinicalStatus</b>: active</p><p><b>verificationStatus</b>: confirmed</p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/STU3/codesystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span>, Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75310-3 &quot;Health concerns&quot;; extension-codes#health-concern)</span></p><p><b>severity</b>: medium <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>code</b>: artrose van voet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#M19.97; unknown#309246000)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3: Fictief, Jan</a></p><p><b>onset</b>: 2018-06-26 --&gt; 2018-06-26</p><p><b>assertedDate</b>: 2018-06-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://loinc.org",
          "code" : "75310-3",
          "display" : "Health concerns"
        },
        {
          "system" : "http://argonautwiki.hl7.org/extension-codes",
          "code" : "health-concern",
          "display" : "Health Concern"
        }
      ],
      "text" : "Health Concern"
    }
  ],
  "severity" : {
    "text" : "medium"
  },
  "code" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.6.3.2",
        "code" : "M19.97"
      },
      {
        "system" : "urn:oid:2.16.840.1.113883.6.96",
        "code" : "309246000"
      }
    ],
    "text" : "artrose van voet"
  },
  "subject" : {
    "reference" : "https://icf.prd.epd.umcg.intra/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3",
    "display" : "Fictief, Jan"
  },
  "onsetPeriod" : {
    "start" : "2018-06-26",
    "end" : "2018-06-26"
  },
  "assertedDate" : "2018-06-26"
}