Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.3174
Validation Date :
4/3/25 3:46:21 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.3174
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
1

Validation of item #6348FAILED

Validation Summary
1
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

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   "recordedDate" : "2024-10-16T15:11:52.303+00:00",
19   "note" : [ {
20     "text" : "causes coughing"
21   } ],
22   "reaction" : [ {
23     "manifestation" : [ {
24       "text" : "Cough"
25     } ],
26     "severity" : "severe"
27   } ]
28 }