HL7 FHIR JP Core ImplementationGuide
1.3.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.3.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SpecimenPathologyBiopsy - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="SpecimenPathologyBiopsy"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_Specimen_Pathology"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen SpecimenPathologyBiopsy</b></p><a name="SpecimenPathologyBiopsy"> </a><a name="hcSpecimenPathologyBiopsy"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-jp-specimen-pathology.html">JP Core Specimen Pathology Profile</a></p></div><p><b>JP Core Specimen Pathology Block Number Extension</b>: A1</p><p><b>identifier</b>: <code>http://example.org/pathology/specimen-id</code>/SP-2024-00123-A1</p><p><b>accessionIdentifier</b>: <code>http://example.org/pathology/accession-id</code>/PATH-2024-00123</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 119376003}">胃生検組織</span></p><p><b>subject</b>: <a href="Patient-PatientPathologyExample.html">太郎 田中 (official) Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#JP_local_patient_identifier_11311234567_NamingSystem#12345678)</a></p><p><b>receivedTime</b>: 2024-01-15 09:00:00+0900</p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style="display: none">*</td><td>2024-01-15 08:30:00+0900</td><td><span title="Codes:{http://snomed.info/sct 129314006}">Biopsy</span></td><td><span title="Codes:{http://snomed.info/sct 69695003}">胃体部小弯</span></td></tr></table><h3>Processings</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Description</b></td><td><b>Time[x]</b></td></tr><tr><td style="display: none">*</td><td>10%中性緩衝ホルマリン固定</td><td>2024-01-15 09:30:00+0900</td></tr></table><h3>Containers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Description</b></td></tr><tr><td style="display: none">*</td><td>Block-A1</td><td>パラフィンブロック A1</td></tr></table></div>
  </text>
  <extension
             url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Specimen_Pathology_BlockNumber">
    <valueString value="A1"/>
  </extension>
  <identifier>
    <system value="http://example.org/pathology/specimen-id"/>
    <value value="SP-2024-00123-A1"/>
  </identifier>
  <accessionIdentifier>
    <system value="http://example.org/pathology/accession-id"/>
    <value value="PATH-2024-00123"/>
  </accessionIdentifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="119376003"/>
      <display value="Tissue specimen"/>
    </coding>
    <text value="胃生検組織"/>
  </type>
  <subject>🔗 
    <reference value="Patient/PatientPathologyExample"/>
  </subject>
  <receivedTime value="2024-01-15T09:00:00+09:00"/>
  <collection>
    <collectedDateTime value="2024-01-15T08:30:00+09:00"/>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="129314006"/>
        <display value="Biopsy"/>
      </coding>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="69695003"/>
        <display value="Stomach"/>
      </coding>
      <text value="胃体部小弯"/>
    </bodySite>
  </collection>
  <processing>
    <description value="10%中性緩衝ホルマリン固定"/>
    <timeDateTime value="2024-01-15T09:30:00+09:00"/>
  </processing>
  <container>
    <identifier>
      <value value="Block-A1"/>
    </identifier>
    <description value="パラフィンブロック A1"/>
  </container>
</Specimen>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。