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

FHIR IG analytics

Packagehl7.fhir.us.ccda.r4b
Resource TypeObservation
IdObservation-observation-lab-urine.json
FHIR VersionR4B

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 observation-lab-urine

version: 6; Last updated: 2020-08-12 21:30:20+0000;

Information Source: #csn482LCsnDWyxbW

Profile: US Core Laboratory Result Observation Profile

status: Final

category: Laboratory

code: SPEC GRAV

subject: Amy Shaw

effective: 2005-07-05

value: 1.017 urine specific gravity

ReferenceRanges

-LowHigh
*1.003 urine specific gravity1.035 urine specific gravity

Source1

{
  "resourceType": "Observation",
  "id": "observation-lab-urine",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2020-08-12T21:30:20.811+00:00",
    "source": "#csn482LCsnDWyxbW",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "5811-5",
        "display": "Specific gravity of Urine by Test strip"
      }
    ],
    "text": "SPEC GRAV"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2005-07-05",
  "valueQuantity": {
    "value": 1.017,
    "unit": "urine specific gravity"
  },
  "referenceRange": [
    {
      "low": {
        "value": 1.003,
        "unit": "urine specific gravity"
      },
      "high": {
        "value": 1.035,
        "unit": "urine specific gravity"
      }
    }
  ]
}