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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypeObservation
IdObservation-prostate-psad-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation prostate-psad-example

Language: en

Profile: ObservationLt

status: Final

category: Laboratory

code: PSA Density

subject: Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))

effective: 2024-01-20 10:00:00+0000

value: 0.18 ng/mL/cc (Details: UCUM codeng/mL.cm3 = 'ng/mL.cm3')

interpretation: Elevated density (>0.15 indicates risk)

note:

Calculated based on PSA of 9.0 ng/mL and Volume of 50 cc.


Lithuanian


Generated Narrative: Observation prostate-psad-example

Language: en

Profile: ObservationLt

status: Final

category: Laboratory

code: PSA Density

subject: Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))

effective: 2024-01-20 10:00:00+0000

value: 0.18 ng/mL/cc (Details: UCUM codeng/mL.cm3 = 'ng/mL.cm3')

interpretation: Elevated density (>0.15 indicates risk)

note:

Calculated based on PSA of 9.0 ng/mL and Volume of 50 cc.


Source1

{
  "resourceType": "Observation",
  "id": "prostate-psad-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/observation-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "15325-4",
        "display": "Prostate specific Ag/Prostate volume calculated"
      }
    ],
    "text": "PSA Density"
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2024-01-20T10:00:00Z",
  "valueQuantity": {
    "value": 0.18,
    "unit": "ng/mL/cc",
    "system": "http://unitsofmeasure.org",
    "code": "ng/mL.cm3"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ],
      "text": "Elevated density (>0.15 indicates risk)"
    }
  ],
  "note": [
    {
      "text": "Calculated based on PSA of 9.0 ng/mL and Volume of 50 cc."
    }
  ]
}