Austrian Patient Summary (R4)
0.2.0 - STU1

Austrian Patient Summary (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AtApsSpecimen-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "AtApsExampleSpecimen01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen AtApsExampleSpecimen01</b></p><a name=\"AtApsExampleSpecimen01\"> </a><a name=\"hcAtApsExampleSpecimen01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-aps-specimen.html\">AT APS Specimen</a></p></div><p><b>identifier</b>: <code>https://elga.gv.at/specimen-id</code>/SPC-2025-0001</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119376003}\">Gewebeprobe</span></p><p><b>subject</b>: <a href=\"Patient-at-aps-example-patient-01.html\">Maria Mustermann</a></p><p><b>receivedTime</b>: 2025-06-20 10:00:00+0200</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/2.0.0/Practitioner-HL7ATCorePractitionerExample01.html\">Dr. Melanie Musterärztin</a></td><td>2025-06-19 15:00:00+0200</td><td>2 pieces<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{pieces} = '{pieces}')</span></td><td><span title=\"Codes:{http://snomed.info/sct 104210008}\">Biopsie</span></td><td><span title=\"Codes:{http://snomed.info/sct 76752008}\">Brustgewebe</span></td></tr></table><p><b>condition</b>: <span title=\"Codes:{http://snomed.info/sct 281268007}\">Unzureichende Probe für Analyse</span></p></div>"
  },
  "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 Mustermann"
  },
  "receivedTime" : "2025-06-20T10:00:00+02:00",
  "collection" : {
    "collector" : {
      "reference" : "Practitioner/HL7ATCorePractitionerExample01",
      "display" : "Dr. Melanie Musterä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"
    }
  ]
}