Validator
LOG IN
SIGN UP
Scope
package:hl7.fhir.r4.core@4.0.1
Readonly
If you
Log in
or
sign up
, you can edit this script yourself.
<List xmlns="http://hl7.org/fhir"> <identifier> <value value="3fa33608-3b55-4259-b1b1-3857f9874a92"/> </identifier> <status value="current"/> <mode value="snapshot"/> <code> <coding> <code value="document-transfer-status"/> <system value="https://fhir.nhs.uk/CodeSystem/[something]"/> </coding> </code> <date value="2025-08-14"/> <entry> <flag> <coding> <code value="received"/> <system value="https://fhir.nhs.uk/CodeSystem/documentReceivedStatus"/> </coding> </flag> <item> <reference value="[base]/DocumentReference/ABC123"/> </item> </entry> <entry> <flag> <coding> <code value="not-received"/> <system value="https://fhir.nhs.uk/CodeSystem/documentReceivedStatus"/> </coding> </flag> <item> <reference value="[base]/DocumentReference/XYZ765"/> </item> </entry> </List>
Overview
Errors (1)
Warnings (0)
Messages (0)
Error
: Parser: Element 'system' is not in the correct order and should come before element 'code'.
Validated using the Validator Firely .NET SDK validator