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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeObservation
IdObservation-ALTandASTResultsExample.json
FHIR VersionR4

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

Generated Narrative: Observation ALTandASTResultsExample

status: Final

category: Laboratory

code: Hepatic function 2000 panel - Serum or Plasma

subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)

encounter: Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --> 2012-12-09

effective: 2024-01-25

performer: Organization Meshwalkiya Health Center

component

code: Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma

value: 32 U/L (Details: UCUM codeU/L = 'U/L')

component

code: Alanine aminotransferase [Enzymatic activity/volume] in Serum or Plasma

value: 43 U/L (Details: UCUM codeU/L = 'U/L')


Source1

{
  "resourceType": "Observation",
  "id": "ALTandASTResultsExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/alt-ast-observation"
    ]
  },
  "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": "24325-3"
      }
    ]
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectiveDateTime": "2024-01-25",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "1920-8"
          }
        ]
      },
      "valueQuantity": {
        "value": 32,
        "unit": "U/L",
        "system": "http://unitsofmeasure.org",
        "code": "U/L"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "1742-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 43,
        "unit": "U/L",
        "system": "http://unitsofmeasure.org",
        "code": "U/L"
      }
    }
  ]
}