• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType" : "Observation",
3  "id" : "serum-bun",
4  "meta" : {
5    "lastUpdated" : "2005-07-05T15:29:58.597Z",
6    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|7.0.0"]
7  },
8  "text" : {
9    "status" : "generated",
10    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"serum-bun\"> </a><a name=\"hcserum-bun\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;serum-bun&quot; Updated &quot;2005-07-05 15:29:58+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-observation-lab.html\">US Core Laboratory Result Observation Profile (version 7.0.0)</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: BUN SerPl-mCnc <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#3094-0)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> &quot; SHAW&quot;</p><p><b>effective</b>: 2005-07-05</p><p><b>value</b>: 10 mg/dL</p><p><b>interpretation</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#N)</span></p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-serum.html\">Specimen/specimen-example-serum: Serum specimen</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>5 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td><td>20 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg/dL = 'mg/dL')</span></td><td>Normal Range <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-referencerange-meaning.html\">Observation Reference Range Meaning Codes</a>#normal)</span></td></tr></table></div>"
11  },
12  "status" : "final",
13  "category" : [{
14    "coding" : [{
15      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
16      "code" : "laboratory",
17      "display" : "Laboratory"
18    }],
19    "text" : "Laboratory"
20  }],
21  "code" : {
22    "coding" : [{
23      "system" : "http://loinc.org",
24      "code" : "3094-0",
25      "display" : "BUN SerPl-mCnc"
26    }],
27    "text" : "BUN SerPl-mCnc"
28  },
29  "subject" : {
30    "reference" : "Patient/example",
31    "display" : "Amy Shaw"
32  },
33  "effectiveDateTime" : "2005-07-05",
34  "valueQuantity" : {
35    "value" : 10,
36    "unit" : "mg/dL",
37    "system" : "http://unitsofmeasure.org"
38  },
39  "interpretation" : [{
40    "coding" : [{
41      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
42      "code" : "N",
43      "display" : "Normal"
44    }],
45    "text" : "Normal"
46  }],
47  "specimen" : {
48    "reference" : "Specimen/specimen-example-serum",
49    "display" : "Serum specimen"
50  },
51  "referenceRange" : [{
52    "low" : {
53      "value" : 5,
54      "unit" : "mg/dL",
55      "system" : "http://unitsofmeasure.org",
56      "code" : "mg/dL"
57    },
58    "high" : {
59      "value" : 20,
60      "unit" : "mg/dL",
61      "system" : "http://unitsofmeasure.org",
62      "code" : "mg/dL"
63    },
64    "type" : {
65      "coding" : [{
66        "system" : "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
67        "code" : "normal",
68        "display" : "Normal Range"
69      }],
70      "text" : "Normal Range"
71    }
72  }]
73}