Sha256: 3d76580a76ee83f27c1712d24b2548107482f9051f756eb339042e9b879aa0dc
Contents?: true
Size: 1.67 KB
Versions: 10
Compression:
Stored size: 1.67 KB
Contents
<?xml version="1.0" encoding="UTF-8"?><ProcedureRequest xmlns="http://hl7.org/fhir"> <id value="colon-biopsy"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: colon-biopsy</p><p><b>identifier</b>: 12345</p><p><b>requisition</b>: req12345</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: Biopsy of colon <span>(Details : {SNOMED CT code '76164006' = 'Biopsy of colon', given as 'Biopsy of colon (procedure)'})</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>authoredOn</b>: Mar 5, 2017</p><h3>Requesters</h3><table><tr><td>-</td><td><b>Agent</b></td></tr><tr><td>*</td><td><a>Dr. Beverly Crusher</a></td></tr></table><p><b>performer</b>: <a>Dr Adam Careful</a></p></div></text><identifier> <value value="12345"/> </identifier> <!-- Example of biopsy procedure request that is part of a colonoscopy --> <requisition> <system value="http://bumc.org/requisitions"/> <value value="req12345"/> </requisition> <status value="completed"/> <intent value="order"/> <code> <coding> <system value="http://snomed.info/sct"/> <code value="76164006"/> <display value="Biopsy of colon (procedure)"/> </coding> <text value="Biopsy of colon"/> </code> <subject> <reference value="Patient/example"/> </subject> <authoredOn value="2017-03-05"/> <requester> <agent> <reference value="Practitioner/3ad0687e-f477-468c-afd5-fcc2bf897809"/> <display value="Dr. Beverly Crusher"/> </agent> </requester> <performer> <reference value="Practitioner/example"/> <display value="Dr Adam Careful"/> </performer> </ProcedureRequest>
Version data entries
10 entries across 10 versions & 2 rubygems