This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Patient Administration Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
A general verification result example (id = "example")
<VerificationResult xmlns="http://hl7.org/fhir"> <id value="example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : example</p> <p> <b> target</b> : Dr Feelbetter</p> <p> <b> need</b> : initial</p> <p> <b> status</b> : attested</p> <p> <b> statusDate</b> : 18/12/2017</p> <p> <b> validationType</b> : primary</p> <p> <b> validationProcess</b> : primary <span> (Details )</span> </p> <p> <b> failureAction</b> : none</p> </div> </text> <target> <display value="Dr Feelbetter"/> </target> <need value="initial"/> <status value="attested"/> <statusDate value="2017-12-18"/> <validationType value="primary"/> <validationProcess> <text value="primary"/> </validationProcess> <failureAction value="none"/> </VerificationResult>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.