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

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeObservation
IdObservation-observation-specimen-adequacy-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: Observation observation-specimen-adequacy-example

Language: en

Profiles: Observation: Specimen Adequacy, http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-eu-lab

basedOn: ServiceRequest Histopathology test (procedure)

status: Final

category: Laboratory

code: Adequacy of specimen (observable entity)

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

effective: 2025-01-15 11:00:00+0200

performer: Practitioner Registrar

value: Specimen satisfactory for evaluation (finding)

interpretation: normal

note:

The breast tissue specimen is deemed adequate for histopathological evaluation.

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


Lithuanian


Generated Narrative: Observation observation-specimen-adequacy-example

Language: en

Profiles: Observation: Specimen Adequacy, http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-eu-lab

basedOn: ServiceRequest Histopathology test (procedure)

status: Final

category: Laboratory

code: Adequacy of specimen (observable entity)

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

effective: 2025-01-15 11:00:00+0200

performer: Practitioner Registrar

value: Specimen satisfactory for evaluation (finding)

interpretation: normal

note:

The breast tissue specimen is deemed adequate for histopathological evaluation.

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


Source1

{
  "resourceType": "Observation",
  "id": "observation-specimen-adequacy-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lab/StructureDefinition/specimen-adequacy-lt-lab",
      "http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-eu-lab"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/servicerequest-pathology-order-example"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "371507005",
        "display": "Adequacy of specimen (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2025-01-15T11:00:00+02:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "125152006",
        "display": "Specimen satisfactory for evaluation (finding)"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "code": "normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "The breast tissue specimen is deemed adequate for histopathological evaluation."
    }
  ],
  "specimen": {
    "reference": "Specimen/specimen-right-breast-example"
  }
}