Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: SpecimenOncologyExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "specimen-oncology",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-specimen-oncology"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"specimen-oncology\"> </a><a name=\"hcspecimen-oncology\"> </a></p><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\">Resource Specimen &quot;specimen-oncology&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-specimen-oncology.html\">Fujitsu Oncology Specimen Profile</a></p></div><p><b>type</b>: 生検組織 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-JLAC10-Specimen.html\">JLAC10 Specimen Codes</a>#071)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-r001.html\">PractitionerRole/r001</a></td><td>Left breast structure (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#80248007)</span></td></tr></table></div>"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://jpfhir.jp/fhir/Common/CodeSystem/specimen-codes",
        "code" : "071",
        "display" : "生検組織"
      }
    ],
    "text" : "生検組織"
  },
  "subject" : {
    🔗 "reference" : "Patient/p001"
  },
  "collection" : {
    "collector" : {
      🔗 "reference" : "PractitionerRole/r001"
    },
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "80248007",
          "display" : "Left breast structure (body structure)"
        }
      ]
    }
  }
}