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

FHIR IG analytics

Packagehl7.at.fhir.elga.aps.r4
Resource TypeSpecimen
IdSpecimen-AtApsExampleSpecimen01.json
FHIR VersionR4

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

Generated Narrative: Specimen AtApsExampleSpecimen01

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

Collections

-CollectorCollected[x]QuantityMethodBodySite
*Hanna Hausärztin2025-06-19 15:00:00+02002 pieces (Details: UCUM code{pieces} = '{pieces}')BiopsieBrustgewebe

condition: Unzureichende Probe für Analyse


Source1

{
  "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"
    }
  ]
}