Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.3173
Validation Date :
4/3/25 3:43:18 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.3173
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
2

Validation of item #6346FAILED

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
Terminology_TX_NoValid_16
Constraint Type
TerminologyEngine
Constraint Description
The value provided ('mildness') was not found in the value set 'AllergyIntoleranceSeverity' (http://hl7.org/fhir/ValueSet/reaction-event-severity|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'mildness' in the ValueSet 'http://hl7.org/fhir/ValueSet/reaction-event-severity|4.0.1'; The provided code '#mildness' was not found in the value set 'http://hl7.org/fhir/ValueSet/reaction-event-severity|4.0.1')
Location in validated object
line 67, column 31, FHIRPath: AllergyIntolerance.reaction[0].severity

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     "manifestation" : [ {
25       "text" : "Cough"
26     } ],
27     "severity" : "mildness"
28   } ]
29 }