Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.3186
Validation Date :
4/4/25 2:05:58 PM (EDT GMT-0400)
Matchbox (3.9.10.1-Infoway)
http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps|2.0.3-DFT-Ballot
Validation Results :
DONE_FAILED
Permanent link :
https://pancanadianio.ca/evs/report.seam?oid=1.3.6.1.4.1.12559.11.46.4.3186
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
5

Validation of item #6372FAILED

Validation Summary
5
Constraint ID
STRUCTURE
Constraint Type
InstanceValidator
Constraint Description
Unrecognized property 'authoredon'
Location in validated object
line 17, column 30, FHIRPath: MedicationRequest
Constraint ID
Terminology_TX_NoValid_16
Constraint Type
TerminologyEngine
Constraint Description
The value provided ('active2') was not found in the value set 'Medicationrequest status' (http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'active2' in the ValueSet 'http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1'; The provided code '#active2' was not found in the value set 'http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1')
Location in validated object
line 9, column 28, FHIRPath: MedicationRequest.status
Constraint ID
Terminology_TX_NoValid_16
Constraint Type
TerminologyEngine
Constraint Description
The value provided ('order2') was not found in the value set 'Medication request intent' (http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'order2' in the ValueSet 'http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.0.1'; The provided code '#order2' was not found in the value set 'http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.0.1')
Location in validated object
line 10, column 27, FHIRPath: MedicationRequest.intent
Constraint ID
Reference_REF_CantResolve
Constraint Type
InstanceValidator
Constraint Description
Unable to resolve resource with reference 'urn:uuid:5d1928a7-947e-416d-a121-0005f8a2887a'
Location in validated object
line 11, column 10, FHIRPath: MedicationRequest.medication.ofType(Reference)
Constraint ID
Reference_REF_CantResolve
Constraint Type
InstanceValidator
Constraint Description
Unable to resolve resource with reference 'urn:uuid:d520ecd1-76a0-4894-b895-b8a5a971954e'
Location in validated object
line 14, column 10, FHIRPath: MedicationRequest.subject

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" : "MedicationRequest",
3   "id" : "10d9bfce-8f9a-4f3e-9a94-f5be9a55b6bd",
4   "meta" : {
5     "profile" : [ "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationrequest-ca-ps" ]
6   },
7   "status" : "active2",
8   "intent" : "order2",
9   "medicationReference" : {
10     "reference" : "urn:uuid:5d1928a7-947e-416d-a121-0005f8a2887a"
11   },
12   "subject" : {
13     "reference" : "urn:uuid:d520ecd1-76a0-4894-b895-b8a5a971954e"
14   },
15   "authoredon" : "20220",
16   "dosageInstruction" : [ {
17     "text" : "1 bid2"
18   } ],
19   "text" : {
20     "status" : "additional",
21     "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Narrative goes here</div>"
22   }
23 }