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

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeSpecimen
IdSpecimen-specimen-block-1-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: Specimen specimen-block-1-example

Language: en

Profile: Specimen: Tissue Block

accessionIdentifier: A1

status: Available

parent: Specimen: identifier = http://hospital.lt/sid/specimen-number#barcode54321; accessionIdentifier = B26-6527; status = available; type = Specimen from breast obtained by biopsy

Collections

-Quantity
*5 slices

Processings

-Method
*Paraffin embedding

Lithuanian


Generated Narrative: Specimen specimen-block-1-example

Language: en

Profile: Specimen: Tissue Block

accessionIdentifier: A1

status: Available

parent: Specimen: identifier = http://hospital.lt/sid/specimen-number#barcode54321; accessionIdentifier = B26-6527; status = available; type = Specimen from breast obtained by biopsy

Collections

-Quantity
*5 slices

Processings

-Method
*Paraffin embedding

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-block-1-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/specimen-block-lt-lab"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "accessionIdentifier": {
    "value": "A1"
  },
  "status": "available",
  "parent": [
    {
      "reference": "Specimen/specimen-left-breast-example"
    }
  ],
  "collection": {
    "quantity": {
      "value": 5,
      "unit": "slices"
    }
  },
  "processing": [
    {
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "702941008",
            "display": "Paraffin embedding"
          }
        ]
      }
    }
  ]
}