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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypeObservation
IdObservation-observation-lung-recommendation-3m-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-lung-recommendation-3m-example

status: Final

code: Recommendation - action

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

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

performer: Practitioner Petras Gydytojaitis

value: Follow-up LDCT after 3 months

note:

Short-term follow-up LDCT is recommended in 3 months based on the screening findings.

derivedFrom: Observation Lung Imaging Reporting and Data System category


Lithuanian


Generated Narrative: Observation observation-lung-recommendation-3m-example

status: Final

code: Recommendation - action

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

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

performer: Practitioner Petras Gydytojaitis

value: Follow-up LDCT after 3 months

note:

Short-term follow-up LDCT is recommended in 3 months based on the screening findings.

derivedFrom: Observation Lung Imaging Reporting and Data System category


Source1

{
  "resourceType": "Observation",
  "id": "observation-lung-recommendation-3m-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/lung/StructureDefinition/lung-recommendation-observation-lt-lung"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "424900004",
        "display": "Recommendation - action"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-male"
  },
  "effectiveDateTime": "2025-09-22T10:35:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/lung-recommendation",
        "code": "followup-3m",
        "display": "Follow-up LDCT after 3 months"
      }
    ]
  },
  "note": [
    {
      "text": "Short-term follow-up LDCT is recommended in 3 months based on the screening findings."
    }
  ],
  "derivedFrom": [
    {
      "reference": "Observation/observation-lung-rads-4a-example"
    }
  ]
}