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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypeObservation
IdObservation-observation-prostate-urinary-bladder-changes-suspected-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-prostate-urinary-bladder-changes-suspected-example

status: Final

category: Exam

code: Lesion observable (observable entity)

subject: Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))

note:

Bladder wall thickening; non-neoplastic changes favored. Correlate clinically.

bodyStructure: BodyStructure

component

code: Condition (attribute)

value: Suspected (qualifier value)

component

code: Etiology (attribute)

value: Non-neoplastic / incidental


Lithuanian


Generated Narrative: Observation observation-prostate-urinary-bladder-changes-suspected-example

status: Final

category: Exam

code: Lesion observable (observable entity)

subject: Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))

note:

Bladder wall thickening; non-neoplastic changes favored. Correlate clinically.

bodyStructure: BodyStructure

component

code: Condition (attribute)

value: Suspected (qualifier value)

component

code: Etiology (attribute)

value: Non-neoplastic / incidental


Source1

{
  "resourceType": "Observation",
  "id": "observation-prostate-urinary-bladder-changes-suspected-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/prostate/StructureDefinition/bladder-changes-lt-prostate"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "364636000",
        "display": "Lesion observable (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "note": [
    {
      "text": "Bladder wall thickening; non-neoplastic changes favored. Correlate clinically."
    }
  ],
  "bodyStructure": {
    "reference": "BodyStructure/bodyStructure-prostate-urinary-bladder-example"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "260905004",
            "display": "Condition (attribute)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "415684004",
            "display": "Suspected (qualifier value)"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "246454002",
            "display": "Etiology (attribute)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://tx.hl7.lt/fhir/CodeSystem/snomed-prostate-extension",
            "code": "change-non-neoplastic",
            "display": "Non-neoplastic / incidental"
          }
        ]
      }
    }
  ]
}