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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeObservation
IdObservation-example-microscopy.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 example-microscopy

status: Final

category: Laboratory

code: Microscopic observation [Identifier] in Sputum by Rhodamine-auramine fluorochrome stain

subject: John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)

effective: 2026-03-12 12:00:00+0000

issued: 2026-03-12 11:00:00+0000

performer: Organization Respublika onkologiya markazi

Components

-CodeValue[x]Interpretation
*AMK/KAN/CAP resultMacrota sample sedimentPositive

Russian


Сгенерированный нарратив: Observation example-microscopy

status: Final

category: Laboratory

code: Microscopic observation [Identifier] in Sputum by Rhodamine-auramine fluorochrome stain

subject: John Smith(official) Unknown, БД: 2026-03-13 ( National unique individual identifier)

effective: 2026-03-12 12:00:00+0000

issued: 2026-03-12 11:00:00+0000

performer: Organization Respublika onkologiya markazi

Components

-CodeValue[x]Interpretation
*AMK/KAN/CAP resultMacrota sample sedimentPositive

Uzbek


Generated Narrative: Observation example-microscopy

status: Final

category: Laboratory

code: Microscopic observation [Identifier] in Sputum by Rhodamine-auramine fluorochrome stain

subject: John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)

effective: 2026-03-12 12:00:00+0000

issued: 2026-03-12 11:00:00+0000

performer: Organization Respublika onkologiya markazi

Components

-CodeValue[x]Interpretation
*AMK/KAN/CAP resultMacrota sample sedimentPositive

Source1

{
  "resourceType": "Observation",
  "id": "example-microscopy",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/integrations/StructureDefinition/dhis-observation-microscopy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "53904-9"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-john"
  },
  "effectiveDateTime": "2026-03-12T12:00:00Z",
  "issued": "2026-03-12T11:00:00Z",
  "performer": [
    {
      "reference": "Organization/example-organization"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://terminology.dhp.uz/fhir/integrations/CodeSystem/dhis-observation-component-code-cs",
            "code": "tub004-0005",
            "display": "AMK/KAN/CAP result"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://terminology.dhp.uz/fhir/integrations/CodeSystem/dhis-observation-codeable-concept-cs",
            "code": "Tub003-0040",
            "display": "Macrota sample sediment"
          }
        ]
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "POS",
              "display": "Positive"
            }
          ]
        }
      ]
    }
  ]
}