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-2.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-2",
  "identifier": [
    {
      "system": "http://abc-hospital.local/identifiers/collections",
      "value": "23234352357"
    }
  ],
  "accessionIdentifier": {
    "system": "http://abc-hospital.local/specimens/2011",
    "value": "X352357"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "code": "BLD",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "display": "Whole blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1"
  },
  "receivedTime": "2021-08-11T11:03:00+09:00",
  "container": [
    {
      "identifier": [
        {
          "value": "48736-15394-75467"
        }
      ],
      "description": "採血菅",
      "type": {
        "text": "採血菅"
      },
      "capacity": {
        "value": 20,
        "unit": "mL"
      },
      "specimenQuantity": {
        "value": 18,
        "unit": "mL"
      }
    }
  ]
}