Prostate Cancer Specification
0.1.0 - ci-build
Prostate Cancer Specification - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "PSAPreCoreNeedleBiopsy",
"meta" : {
"profile" : [
🔗 "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-prostate-psa|2026.0.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation PSAPreCoreNeedleBiopsy</b></p><a name=\"PSAPreCoreNeedleBiopsy\"> </a><a name=\"hcPSAPreCoreNeedleBiopsy\"> </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=\"https://simplifier.net/resolve?scope=de.medizininformatikinitiative.kerndatensatz.onkologie@2026.0.0&canonical=https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-prostate-psa\">MII PR Onkologie PSA-Wert</a> version: 2026.0.0</p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 26436-6}\">Laboratory studies (set)</span>, <span title=\"Codes:{http://loinc.org LP7839-6}\">Pathology</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2857-1}\">Prostate specific Ag [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Patient-Patient1.html\">Hans Mueller Male, DoB: 1955-08-15 ( http://example.hospital.de/patient-ids#PAT-2024-001)</a></p><p><b>effective</b>: 2024-01-10 08:00:00+0100</p><p><b>value</b>: 12.8 ng/ml<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeng/mL = 'ng/mL')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>0 ng/ml</td><td>3 ng/ml</td><td>Normbereich für Männer über 50 Jahre</td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "26436-6",
"display" : "Laboratory studies (set)"
}
]
},
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LP7839-6",
"display" : "Pathology"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2857-1",
"display" : "Prostate specific Ag [Mass/volume] in Serum or Plasma"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Patient1"
},
"effectiveDateTime" : "2024-01-10T08:00:00+01:00",
"valueQuantity" : {
"value" : 12.8,
"unit" : "ng/ml",
"system" : "http://unitsofmeasure.org",
"code" : "ng/mL"
},
"referenceRange" : [
{
"low" : {
"value" : 0,
"unit" : "ng/ml"
},
"high" : {
"value" : 3,
"unit" : "ng/ml"
},
"text" : "Normbereich für Männer über 50 Jahre"
}
]
}