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 Condition - zib-problem-03 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "zib-problem-03",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Conditie. Subject: <a href=\"Patient/nl-core-patient-01\">Johan\n                        XXX_Helleman</a>. Status: actief / onbekend</caption>\n                <tfoot>\n                    <tr>\n                        <td colspan=\"2\">Gevallen op de kunstijsbaan</td>\n                    </tr>\n                </tfoot>\n                <tbody>\n                    <tr>\n                        <th>Code</th>\n                        <td>\n                            <span title=\"Fracture of wrist (disorder) (31641000146105 - SNOMED CT)\">Fracture of wrist (disorder)</span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Eerste symptomen</th>\n                        <td>Vanaf 2001</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "clinicalStatus" : "active",
  "_clinicalStatus" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "73425007",
              "display" : "Inactive"
            }
          ]
        }
      }
    ]
  },
  "verificationStatus" : "unknown",
  "_verificationStatus" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/NullFlavor",
              "code" : "UNK",
              "display" : "Unknown"
            }
          ]
        }
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "31641000146105",
        "display" : "Fracture of wrist (disorder)"
      }
    ]
  },
  "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" : "361289009",
          "display" : "Entire wrist region"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-01",
    "display" : "Johan XXX_Helleman"
  },
  "onsetPeriod" : {
    "start" : "2001"
  },
  "note" : [
    {
      "text" : "Gevallen op de kunstijsbaan"
    }
  ]
}