FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-specimen-adequacy-example.json |
| FHIR Version | R5 |
No resources found
No resources found
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)
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.
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)
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.
{
"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"
}
}