FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | Specimen |
| Id | Specimen-AtApsExampleSpecimen01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen AtApsExampleSpecimen01
Profile: AT APS Specimen
identifier: https://elga.gv.at/specimen-id/SPC-2025-0001
status: Available
type: Gewebeprobe
subject: Maria Musterfrau
receivedTime: 2025-06-20 10:00:00+0200
| Collector | Collected[x] | Quantity | Method | BodySite |
| Hanna Hausärztin | 2025-06-19 15:00:00+0200 | 2 pieces (Details: UCUM code{pieces} = '{pieces}') | Biopsie | Brustgewebe |
condition: Unzureichende Probe für Analyse
{
"resourceType": "Specimen",
"id": "AtApsExampleSpecimen01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-specimen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://elga.gv.at/specimen-id",
"value": "SPC-2025-0001"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119376003",
"display": "Tissue specimen"
}
],
"text": "Gewebeprobe"
},
"subject": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"receivedTime": "2025-06-20T10:00:00+02:00",
"collection": {
"collector": {
"reference": "Practitioner/at-aps-example-practitioner-01",
"display": "Hanna Hausärztin"
},
"collectedDateTime": "2025-06-19T15:00:00+02:00",
"quantity": {
"value": 2,
"unit": "pieces",
"system": "http://unitsofmeasure.org",
"code": "{pieces}"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104210008",
"display": "Biopsy - action"
}
],
"text": "Biopsie"
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast structure (body structure)"
}
],
"text": "Brustgewebe"
}
},
"condition": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "281268007",
"display": "Insufficient sample (finding)"
}
],
"text": "Unzureichende Probe für Analyse"
}
]
}