Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.3171
Validation Date :
4/3/25 3:40:47 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.3171
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
2

Validation of item #6342FAILED

Validation Summary
2
Constraint ID
Reference_REF_CantResolve
Constraint Type
InstanceValidator
Constraint Description
Unable to resolve resource with reference 'Patient/5EE638AF856BA2479CC8538885575C46'
Location in validated object
line 33, column 6, FHIRPath: AllergyIntolerance.patient
Constraint ID
Validation_VAL_Profile_Minimum
Constraint Type
InstanceValidator
Constraint Description
AllergyIntolerance.reaction.manifestation: minimum required = 1, but only found 0 (from http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps)
Location in validated object
line 55, column 8, FHIRPath: AllergyIntolerance.reaction[0]

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" : "39",
4   "clinicalStatus" : {
5     "coding" : [ {
6       "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
7       "code" : "active",
8       "display" : "Active"
9     } ]
10   },
11   "criticality" : "high",
12   "code" : {
13     "text" : "Grapefruit"
14   },
15   "patient" : {
16     "reference" : "Patient/5EE638AF856BA2479CC8538885575C46"
17   },
18   "onsetDateTime" : "2024-10-16",
19   "recordedDate" : "2024-10-16T15:11:52.303+00:00",
20   "note" : [ {
21     "text" : "causes coughing"
22   } ],
23   "reaction" : [ {
24     "severity" : "severe"
25   } ]
26 }