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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypeObservation
IdObservation-observation-pulmonary-nodule-solid-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-pulmonary-nodule-solid-example

Language: en

Profile: Pulmonary Nodule (LT Lung)

status: Final

code: Solitary nodule of lung

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

effective: 2025-09-22 10:20:00+0000

performer: Practitioner Petras Gydytojaitis

value: Solid

bodySite: Structure of upper lobe of right lung

component

code: CT slice number

value: 84

component

code: Morphology

value: Lesion with spiculated margin

component

code: Mean

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

component

code: Long axis

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

component

code: Short axis

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

component

code: Volume

value: 610 mm3 (Details: UCUM codemm3 = 'mm3')


Lithuanian


Generated Narrative: Observation observation-pulmonary-nodule-solid-example

Language: en

Profile: Pulmonary Nodule (LT Lung)

status: Final

code: Solitary nodule of lung

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

effective: 2025-09-22 10:20:00+0000

performer: Practitioner Petras Gydytojaitis

value: Solid

bodySite: Structure of upper lobe of right lung

component

code: CT slice number

value: 84

component

code: Morphology

value: Lesion with spiculated margin

component

code: Mean

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

component

code: Long axis

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

component

code: Short axis

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

component

code: Volume

value: 610 mm3 (Details: UCUM codemm3 = 'mm3')


Source1

{
  "resourceType": "Observation",
  "id": "observation-pulmonary-nodule-solid-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lung/StructureDefinition/pulmonary-nodule-observation-lt-lung"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "427359005",
        "display": "Solitary nodule of lung"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-male"
  },
  "effectiveDateTime": "2025-09-22T10:20:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "35702001",
        "display": "Solid"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "42400003",
        "display": "Structure of upper lobe of right lung"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.lt/fhir/lung/CodeSystem/pulmonary-nodule-component-code",
            "code": "ct-slice-number",
            "display": "CT slice number"
          }
        ]
      },
      "valueInteger": 84
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://hl7.lt/fhir/lung/CodeSystem/pulmonary-nodule-component-code",
            "code": "morphology",
            "display": "Morphology"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "129742005",
            "display": "Lesion with spiculated margin"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "255586005",
            "display": "Mean"
          }
        ]
      },
      "valueQuantity": {
        "value": 11,
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "103339001",
            "display": "Long axis"
          }
        ]
      },
      "valueQuantity": {
        "value": 12,
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "103340004",
            "display": "Short axis"
          }
        ]
      },
      "valueQuantity": {
        "value": 10,
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "118565006",
            "display": "Volume"
          }
        ]
      },
      "valueQuantity": {
        "value": 610,
        "system": "http://unitsofmeasure.org",
        "code": "mm3"
      }
    }
  ]
}