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-ground-glass-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-ground-glass-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:28:00+0000

performer: Practitioner Petras Gydytojaitis

value: Ground glass lung opacity

bodySite: Structure of middle lobe of right lung

component

code: CT slice number

value: 91

component

code: Morphology

value: Structural abnormality of subpleural tissue

component

code: Mean

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

component

code: Volume

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


Lithuanian


Generated Narrative: Observation observation-pulmonary-nodule-ground-glass-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:28:00+0000

performer: Practitioner Petras Gydytojaitis

value: Ground glass lung opacity

bodySite: Structure of middle lobe of right lung

component

code: CT slice number

value: 91

component

code: Morphology

value: Structural abnormality of subpleural tissue

component

code: Mean

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

component

code: Volume

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


Source1

{
  "resourceType": "Observation",
  "id": "observation-pulmonary-nodule-ground-glass-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:28:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1217294009",
        "display": "Ground glass lung opacity"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "72481006",
        "display": "Structure of middle 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": 91
    },
    {
      "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": "896998003",
            "display": "Structural abnormality of subpleural tissue"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "255586005",
            "display": "Mean"
          }
        ]
      },
      "valueQuantity": {
        "value": 9,
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "118565006",
            "display": "Volume"
          }
        ]
      },
      "valueQuantity": {
        "value": 320,
        "system": "http://unitsofmeasure.org",
        "code": "mm3"
      }
    }
  ]
}