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

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeSpecimen
IdSpecimen-specimen-right-breast-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-right-breast-example

Language: en

Profile: Specimen (LT Lab)

identifier: http://hospital.lt/sid/specimen-number/barcode12345

accessionIdentifier: B26-6526

status: Available

type: Specimen from breast obtained by biopsy

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

request: ServiceRequest Histopathology test (procedure)

collection

collector: Practitioner Registrar

collected: 2025-01-10 09:15:00+0200

quantity: 10 mg

BodySites

-Concept
*Right breast structure (body structure)

Processings

-MethodAdditive
*Tissue fixation (procedure)Substance Neutral buffered formalin (substance)

Containers

-ExtensionDeviceSpecimenQuantity
*Sterile container1

Lithuanian


Generated Narrative: Specimen specimen-right-breast-example

Language: en

Profile: Specimen (LT Lab)

identifier: http://hospital.lt/sid/specimen-number/barcode12345

accessionIdentifier: B26-6526

status: Available

type: Specimen from breast obtained by biopsy

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

request: ServiceRequest Histopathology test (procedure)

collection

collector: Practitioner Registrar

collected: 2025-01-10 09:15:00+0200

quantity: 10 mg

BodySites

-Concept
*Right breast structure (body structure)

Processings

-MethodAdditive
*Tissue fixation (procedure)Substance Neutral buffered formalin (substance)

Containers

-ExtensionDeviceSpecimenQuantity
*Sterile container1

Source1

{
  "resourceType": "Specimen",
  "id": "specimen-right-breast-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/specimen-lt-lab"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.lt/sid/specimen-number",
      "value": "barcode12345"
    }
  ],
  "accessionIdentifier": {
    "value": "B26-6526"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122601001",
        "display": "Specimen from breast obtained by biopsy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "request": [
    {
      "reference": "ServiceRequest/servicerequest-pathology-order-example"
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner/practitioner-example"
    },
    "collectedDateTime": "2025-01-10T09:15:00+02:00",
    "quantity": {
      "value": 10,
      "unit": "mg"
    },
    "bodySite": {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "73056007",
            "display": "Right breast structure (body structure)"
          }
        ]
      }
    }
  },
  "processing": [
    {
      "method": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "127790008",
            "display": "Tissue fixation (procedure)"
          }
        ]
      },
      "additive": [
        {
          "reference": "Substance/substance-formalin-example"
        }
      ]
    }
  ],
  "container": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/specimen-container-type",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "700855008",
                "display": "Tissue/fluid collection bag, sterile"
              }
            ]
          }
        }
      ],
      "device": {
        "display": "Sterile container"
      },
      "specimenQuantity": {
        "value": 1
      }
    }
  ]
}