Cumuluz Translate Implementation Guide
0.1.0 - ci-build

Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-validate-response - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "patient-validate-response",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: OperationOutcome patient-validate-response</b></p><a name=\"patient-validate-response\"> </a><a name=\"hcpatient-validate-response\"> </a><p><b>Validation issue count: error</b>: 0</p><p><b>Validation issue count: warning</b>: 0</p><p><b>Validation issue count: information</b>: 1</p><p><b>Validation relaxed issue count</b>: 0</p><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Information</td><td>Informational Note</td><td>No issues detected during validation</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://cumuluz/fhir/StructureDefinition/validation-issue-count-error",
      "valueInteger" : 0
    },
    {
      "url" : "http://cumuluz/fhir/StructureDefinition/validation-issue-count-warning",
      "valueInteger" : 0
    },
    {
      "url" : "http://cumuluz/fhir/StructureDefinition/validation-issue-count-information",
      "valueInteger" : 1
    },
    {
      "url" : "http://cumuluz/fhir/StructureDefinition/validation-relaxed-issue-count",
      "valueInteger" : 0
    }
  ],
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "diagnostics" : "No issues detected during validation"
    }
  ]
}