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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypeObservation
IdObservation-observation-adrenal-lesion-right-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 observation-adrenal-lesion-right-example

status: Final

code: Clinical finding (finding)

subject: Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)

effective: 2025-11-20 14:30:00+0000

performer: Practitioner Petras Gydytojaitis

value: Mass of adrenal gland (finding)

bodySite: Right adrenal gland structure (body structure)

component

code: Long axis length of structure by imaging measurement (observable entity)

value: 18 mm (Details: UCUM codemm = 'mm')

component

code: Abnormal radiologic density (finding)

value: 12 HU (Details: UCUM code[hnsf'U] = '[hnsf'U]')


Lithuanian


Generated Narrative: Observation observation-adrenal-lesion-right-example

status: Final

code: Clinical finding (finding)

subject: Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)

effective: 2025-11-20 14:30:00+0000

performer: Practitioner Petras Gydytojaitis

value: Mass of adrenal gland (finding)

bodySite: Right adrenal gland structure (body structure)

component

code: Long axis length of structure by imaging measurement (observable entity)

value: 18 mm (Details: UCUM codemm = 'mm')

component

code: Abnormal radiologic density (finding)

value: 12 HU (Details: UCUM code[hnsf'U] = '[hnsf'U]')


Source1

{
  "resourceType": "Observation",
  "id": "observation-adrenal-lesion-right-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lung/StructureDefinition/adrenal-lesion-lt-lung"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "404684003",
        "display": "Clinical finding (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "effectiveDateTime": "2025-11-20T14:30:00Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner-radiologist-example"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "237783006",
        "display": "Mass of adrenal gland (finding)"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "53085002",
        "display": "Right adrenal gland structure (body structure)"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "439933003",
            "display": "Long axis length of structure by imaging measurement (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "value": 18,
        "unit": "mm",
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "28328005",
            "display": "Abnormal radiologic density (finding)"
          }
        ]
      },
      "valueQuantity": {
        "value": 12,
        "unit": "HU",
        "system": "http://unitsofmeasure.org",
        "code": "[hnsf'U]"
      }
    }
  ]
}