Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.3184
Validation Date :
4/4/25 12:31:06 PM (EDT GMT-0400)
Matchbox (3.9.10.1-Infoway)
http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationstatement-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.3184
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
5

Validation of item #6368FAILED

Validation Summary
5
Constraint ID
Terminology_TX_NoValid_16
Constraint Type
TerminologyEngine
Constraint Description
The value provided ('additional2') was not found in the value set 'NarrativeStatus' (http://hl7.org/fhir/ValueSet/narrative-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 'additional2' in the ValueSet 'http://hl7.org/fhir/ValueSet/narrative-status|4.0.1'; The provided code '#additional2' was not found in the value set 'http://hl7.org/fhir/ValueSet/narrative-status|4.0.1')
Location in validated object
line 23, column 34, FHIRPath: MedicationStatement.text.status
Constraint ID
Terminology_TX_NoValid_16
Constraint Type
TerminologyEngine
Constraint Description
The value provided ('active2') was not found in the value set 'Medication status codes' (http://hl7.org/fhir/ValueSet/medication-statement-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/medication-statement-status|4.0.1'; The provided code '#active2' was not found in the value set 'http://hl7.org/fhir/ValueSet/medication-statement-status|4.0.1')
Location in validated object
line 9, column 28, FHIRPath: MedicationStatement.status
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 10, column 10, FHIRPath: MedicationStatement.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 13, column 10, FHIRPath: MedicationStatement.subject
Constraint ID
Type_Specific_Checks_DT_DateTime_Valid
Constraint Type
InstanceValidator
Constraint Description
Not a valid date/time ('202455' doesn't meet format requirements for dateTime)
Location in validated object
line 16, column 38, FHIRPath: MedicationStatement.effective.ofType(dateTime)

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" : "MedicationStatement",
3   "id" : "03cd9a05-597b-4d34-a203-ac5d8134eabd",
4   "meta" : {
5     "profile" : [ "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/medicationstatement-ca-ps" ]
6   },
7   "status" : "active2",
8   "medicationReference" : {
9     "reference" : "urn:uuid:5d1928a7-947e-416d-a121-0005f8a2887a"
10   },
11   "subject" : {
12     "reference" : "urn:uuid:d520ecd1-76a0-4894-b895-b8a5a971954e"
13   },
14   "effectiveDateTime" : "202455",
15   "dosage" : [ {
16     "text" : "1 bid22"
17   } ],
18   "text" : {
19     "status" : "additional2",
20     "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Narrative goes here</div>"
21   }
22 }