This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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: R4B R4 R3
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner |
Raw XML (canonical form + also see XML Format Specification)
An example of a PGx haplotype report (id = "example-pgx")
<?xml version="1.0" encoding="UTF-8"?> <DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="example-pgx"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><h2> <span title="Codes: {https://system/PGxReport PGxReport}">Pharmacogenetics Report</span> </h2> <table class="grid"><tr> <td> Subject</td> <td> Unable to get Patient Details</td> </tr> <tr> <td> When For</td> <td> 2016-10-15T12:34:56+11:00</td> </tr> <tr> <td> Reported</td> <td> 2016-10-20T14:00:05+11:00</td> </tr> </table> <p> <b> Report Details</b> </p> <table class="grid"><tr> <td> <b> Code</b> </td> <td> <b> Value</b> </td> <td> <b> When For</b> </td> </tr> <tr> <td> <a href="observation-example-phenotype.html"><span title="Codes: {http://loinc.org 79716-7}">The material on this page will be removed in a future release. This content is deprecated and SHOULD NOT be used. Implementers are instead directed to the ([Genomics Reporting Implementation Guide](http://hl7.org/fhir/uv/genomics-reporting/index.html)) for guidance. CYP2C9 gene product metabolic activity interpretation</span> </a> </td> <td> <span title="Codes: {http://loinc.org LA25391-6}">Normal metabolizer</span> </td> <td> 2013-04-03T15:30:10+01:00</td> </tr> </table> </div> </text> <basedOn> <reference value="ServiceRequest/example-pgx"/> </basedOn> <status value="final"/> <code> <coding> <system value="https://system/PGxReport"/> <code value="PGxReport"/> <display value="Pharmacogenetics Report"/> </coding> <text value="Pharmacogenetics Report"/> </code> <subject> <reference value="Patient/899962"/> <display value="Bob Smith"/> </subject> <effectiveDateTime value="2016-10-15T12:34:56+11:00"/> <issued value="2016-10-20T14:00:05+11:00"/> <performer> <reference value="Organization/4829"/> </performer> <result> <reference value="Observation/example-phenotype"/> </result> <presentedForm> <contentType value="application/pdf"/> <language value="en"/> <data value="cGRmSW5CYXNlNjRCaW5hcnk="/> <hash value="571ef9c5655840f324e679072ed62b1b95eef8a0"/> <title value="Pharmacogenetics Report"/> <creation value="2016-10-20T20:00:00+11:00"/> </presentedForm> </DiagnosticReport>
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.