HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions

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

Raw json | Download


{
  "resourceType" : "Specimen",
  "id" : "jp-specimen-example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"jp-specimen-example-1\"> </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 \"jp-specimen-example-1\" </p></div><p><b>identifier</b>: id: 23234352356</p><p><b>accessionIdentifier</b>: id: X352356</p><p><b>status</b>: available</p><p><b>type</b>: Urine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v2-0487.html\">specimenType</a>#UR)</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1</a> \" 山田\"</p><p><b>receivedTime</b>: 2021-10-11 11:03:00+0900</p><h3>Containers</h3><table class=\"grid\"><tr><td>-</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>*</td><td>id: 48736-15394-75465</td><td>採尿容器</td><td>採尿容器 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>50 mL</td><td>40 mL</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://abc-hospital.local/identifiers/collections",
      "value" : "23234352356"
    }
  ],
  "accessionIdentifier" : {
    "system" : "http://abc-hospital.local/specimens/2011",
    "value" : "X352356"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "UR"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/jp-patient-example-1"
  },
  "receivedTime" : "2021-10-11T11:03:00+09:00",
  "container" : [
    {
      "identifier" : [
        {
          "value" : "48736-15394-75465"
        }
      ],
      "description" : "採尿容器",
      "type" : {
        "text" : "採尿容器"
      },
      "capacity" : {
        "value" : 50,
        "unit" : "mL"
      },
      "specimenQuantity" : {
        "value" : 40,
        "unit" : "mL"
      }
    }
  ]
}