PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: betsysmith-johnson01-A1C-03 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "betsysmith-johnson01-A1C-03",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-pathology-uv-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation betsysmith-johnson01-A1C-03</b></p><a name=\"betsysmith-johnson01-A1C-03\"> </a><a name=\"hcbetsysmith-johnson01-A1C-03\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/2024Sep/StructureDefinition-Observation-results-laboratory-pathology-uv-ips.html\">Observation Results: laboratory/pathology (IPS)</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 17856-6}\">Hemoglobin A1c/Hemoglobin.total in Blood by HPLC</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</a></p><p><b>effective</b>: 2025-01-18 11:00:00-0400</p><p><b>performer</b>: <a href=\"Practitioner-Practitioner-GeorgeMcDuff.html\">Practitioner George McDuff</a></p><p><b>value</b>: 9.1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><p><b>note</b>: </p><blockquote><div><p>Very high risk - Significant deterioration - 3.5 months pre-stroke</p>\n</div></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "17856-6",
        "display" : "Hemoglobin A1c/Hemoglobin.total in Blood by HPLC"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-betsysmith-johnson01"
  },
  "effectiveDateTime" : "2025-01-18T11:00:00-04:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/Practitioner-GeorgeMcDuff"
    }
  ],
  "valueQuantity" : {
    "value" : 9.1,
    "unit" : "%",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  },
  "note" : [
    {
      "text" : "Very high risk - Significant deterioration - 3.5 months pre-stroke"
    }
  ]
}