Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.3179
Validation Date :
4/3/25 5:21:02 PM (EDT GMT-0400)
Matchbox (3.9.10.1-Infoway)
http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps
Validation Results :
DONE_FAILED
Permanent link :
https://pancanadianio.ca/evs/report.seam?oid=1.3.6.1.4.1.12559.11.46.4.3179
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
1

Validation of item #6358FAILED

Validation Summary
1
Constraint ID
INVALID
Constraint Type
InstanceValidator
Constraint Description
Error parsing JSON: Error parsing JSON source: Unexpected close marker '}' at end of JSON at Line 55 (path=[/
Narrative goes here
])
Location in validated object
line -1, column -1, FHIRPath: null

File Content



JSON
JSON Tree
Binary content

«
»

The following content has been modified for better visualization. Validation will be performed on original content
1 {
2   "resourceType" : "AllergyIntolerance",
3   "id" : "ceea9c48-759d-4636-a11e-0a067b32973a",
4   "meta" : {
5     "profile" : [ "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps" ]
6   },
7   "clinicalStatus" : {
8     "coding" : [ {
9       "code" : "active",
10       "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
11       "display" : "Active"
12     } ]
13   },
14   "verificationStatus" : {
15     "coding" : [ {
16       "code" : "unconfirmed",
17       "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
18       "display" : "Unconfirmed"
19     } ]
20   },
21   "code" : {
22     "text" : "Metformin (substance)",
23     "coding" : [ {
24       "code" : "372567009",
25       "system" : "http://snomed.info/sct",
26       "display" : "Metformin"
27     } ]
28   },
29   "patient" : {
30     "reference" : "urn:uuid:d520ecd1-76a0-4894-b895-b8a5a971954e"
31   },
32   "onsetDateTime" : "1993-03-07T10:53:50-06:00",
33   "reaction" : [ {
34     "manifestation" : [ {
35       "text" : "Sneezing"
36     } ]
37   } ],
38   "text" : {
39     "status" : "additional",
40     "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Narrative goes here</div>"
41   }
42 }