Sha256: a68d777d96225ac153a3912df3d0d92915b6eb57d372dfe01642cc1c8fba429d
Contents?: true
Size: 866 Bytes
Versions: 10
Compression:
Stored size: 866 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <ServiceRequest xmlns="http://hl7.org/fhir"> <id value="example"/> <meta> <security> <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> <code value="HTEST"/> <display value="test health data"/> </security> </meta> <!-- insert contents here --> <status value="completed"/> <intent value="order"/> <category> <coding> <system value="http://snomed.info/sct"/> <code value="103693007"/> <display value="Diagnostic procedure (procedure)"/> </coding> <text value="Diagnostics Procedure"/> </category> <code> <coding> <system value="http://snomed.info/sct"/> <code value="303653007"/> <display value="Computed tomography of head"/> </coding> </code> <subject> <reference value="Patient/example"/> </subject> </ServiceRequest>
Version data entries
10 entries across 10 versions & 1 rubygems