FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Procedure |
| Id | Procedure-procedure-histology-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Procedure procedure-histology-example
Language: en
Profile: ProcedureLt
status: Completed
category: Laboratory procedure (procedure)
code: Histologic test (procedure)
occurrence: 2025-01-10 15:20:00+0200
| Actor |
| Practitioner Registrar |
bodySite: Breast
Lithuanian
Generated Narrative: Procedure procedure-histology-example
Language: en
Profile: ProcedureLt
status: Completed
category: Laboratory procedure (procedure)
code: Histologic test (procedure)
occurrence: 2025-01-10 15:20:00+0200
| Actor |
| Practitioner Registrar |
bodySite: Breast
{
"resourceType": "Procedure",
"id": "procedure-histology-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/procedure-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure (procedure)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "714797009",
"display": "Histologic test (procedure)"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"occurrenceDateTime": "2025-01-10T15:20:00+02:00",
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-example"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast"
}
]
}
]
}