HL7 FHIR JP Core ImplementationGuide
1.1.2-url - ci-build Japan

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

: JP Core Specimen Example 検体材料(喀痰) - JSON Representation

Raw json | Download



{

  "resourceType" : "Specimen",

  "id" : "jp-specimen-example-3",

  "text" : {

    "status" : "generated",

    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen jp-specimen-example-3</b></p><a name=\"jp-specimen-example-3\"> </a><a name=\"hcjp-specimen-example-3\"> </a><a name=\"jp-specimen-example-3-ja\"> </a><p><b>identifier</b>: <code>http://abc-hospital.local/identifiers/collections</code>/23234352358</p><p><b>accessionIdentifier</b>: <code>http://abc-hospital.local/specimens/2011</code>/X352358</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLD}\">Whole blood</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>receivedTime</b>: 2021-08-11 11:03:00+0900</p><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td><td><b>Capacity</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td style=\"display: none\">*</td><td>48736-15394-75468</td><td>採血菅</td><td><span title=\"Codes:\">採血菅</span></td><td>20 mL</td><td>3 mL</td></tr></table></div>"

  },

  "identifier" : [

    {

      "system" : "http://abc-hospital.local/identifiers/collections",

      "value" : "23234352358"

    }

  ],

  "accessionIdentifier" : {

    "system" : "http://abc-hospital.local/specimens/2011",

    "value" : "X352358"

  },

  "status" : "available",

  "type" : {

    "coding" : [

      {

        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",

        "code" : "BLD",

        "display" : "Whole blood"

      }

    ]

  },

  "subject" : {

    🔗 "reference" : "Patient/jp-patient-example-1"

  },

  "receivedTime" : "2021-08-11T11:03:00+09:00",

  "container" : [

    {

      "identifier" : [

        {

          "value" : "48736-15394-75468"

        }

      ],

      "description" : "採血菅",

      "type" : {

        "text" : "採血菅"

      },

      "capacity" : {

        "value" : 20,

        "unit" : "mL"

      },

      "specimenQuantity" : {

        "value" : 3,

        "unit" : "mL"

      }

    }

  ]

}