Sha256: cc2af33942f7a74247ad3c9d8fcdc5be6b12c39539f5e720dcf72d24a397f86f

Contents?: true

Size: 1.96 KB

Versions: 10

Compression:

Stored size: 1.96 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Procedure xmlns="http://hl7.org/fhir">
  <id value="biopsy"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
  <status value="completed"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103693007"/>
      <display value="Diagnostic procedure (procedure)"/>
    </coding>
    <text value="Diagnostic procedure"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="90105005"/>
      <display value="Biopsy of soft tissue of forearm (Procedure)"/>
    </coding>
    <text value="Biopsy of suspected melanoma L) arm"/>
  </code>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <performedDateTime value="2014-02-03"/>
  <performer>
    <actor>
      <reference value="Practitioner/example"/>
      <display value="Dr Bert Biopser"/>
    </actor>
  </performer>
  <reasonCode>
    <text value="Dark lesion l) forearm. getting darker last 3 months."/>
  </reasonCode>
  <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="368225008"/>
        <display value="Entire Left Forearm"/>
      </coding>
      <text value="Left forearm"/>
  </bodySite>
  <complication>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="67750007"/>
      <display value="Ineffective airway clearance (finding)"/>
    </coding>
    <text value="Ineffective airway clearance"/>
  </complication>
  <followUp>
    <text value="Review in clinic"/>
  </followUp>
  <note>
    <text value="Standard Biopsy"/>
  </note> 
  <usedCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="79068005"/>
      <display value="Needle, device (physical object)"/>
    </coding>
    <text value="30-guage needle"/>
  </usedCode>
</Procedure>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/procedure-example-biopsy.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/procedure-example-biopsy.xml