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-pulmonologist-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-pulmonologist-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 11:00:00+0000

performer: Practitioner Petras Gydytojaitis

value: Refer for pulmonologist consultation in an oncology cluster institution

note:

Patient should be referred for pulmonologist consultation in an oncology cluster institution.


Lithuanian


Generated Narrative: Observation observation-lung-recommendation-pulmonologist-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 11:00:00+0000

performer: Practitioner Petras Gydytojaitis

value: Refer for pulmonologist consultation in an oncology cluster institution

note:

Patient should be referred for pulmonologist consultation in an oncology cluster institution.


Source1

{
  "resourceType": "Observation",
  "id": "observation-lung-recommendation-pulmonologist-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-22T11:00:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://tx.hl7.lt/fhir/CodeSystem/lung-recommendation",
        "code": "pulmonologist-consult",
        "display": "Refer for pulmonologist consultation in an oncology cluster institution"
      }
    ]
  },
  "note": [
    {
      "text": "Patient should be referred for pulmonologist consultation in an oncology cluster institution."
    }
  ]
}