FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeSpecimen
IdSpecimen-jp-specimen-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Specimen",
  "id": "jp-specimen-example-1",
  "identifier": [
    {
      "system": "http://abc-hospital.local/identifiers/collections",
      "value": "23234352356"
    }
  ],
  "accessionIdentifier": {
    "system": "http://abc-hospital.local/specimens/2011",
    "value": "X352356"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "code": "UR",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487"
      }
    ]
  },
  "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"
      }
    }
  ]
}