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

FHIR IG analytics

Packagech.fhir.ig.ch-lab-report
Resource TypeObservation
IdObservation-AlbuminCreatininRatioUrin.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 AlbuminCreatininRatioUrin

status: Final

category: Laboratory

code: Albumin/Creatinine [Ratio] in Urine

subject: Katarina Keller

effective: 2024-04-23 11:24:26+0100

performer: BeatBunsen

value: 2.8 mg/mmol (Details: UCUM codemg/mmol = 'mg/mmol')

specimen: Specimen: type = Urine specimen (specimen)

ReferenceRanges

-High
*3 mg/mmol

Source1

{
  "resourceType": "Observation",
  "id": "AlbuminCreatininRatioUrin",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-albumin-creatinine-urine-ratio"
    ]
  },
  "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": "32294-1"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:14fbf29b-5dac-483e-b543-15031f12344b",
    "display": "Katarina Keller"
  },
  "effectiveDateTime": "2024-04-23T11:24:26+01:00",
  "performer": [
    {
      "reference": "urn:uuid:12328339-f7d6-4bb6-80e4-89fd03ce5052",
      "display": "BeatBunsen"
    }
  ],
  "valueQuantity": {
    "value": 2.8,
    "unit": "mg/mmol",
    "system": "http://unitsofmeasure.org",
    "code": "mg/mmol"
  },
  "specimen": {
    "reference": "Specimen/Urin"
  },
  "referenceRange": [
    {
      "high": {
        "value": 3,
        "unit": "mg/mmol"
      }
    }
  ]
}