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
{
"resourceType" : "Observation",
"id" : "betsysmith-johnson01-A1C-01",
"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-01</b></p><a name=\"betsysmith-johnson01-A1C-01\"> </a><a name=\"hcbetsysmith-johnson01-A1C-01\"> </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>: 2024-06-15 13:30:00-0400</p><p><b>performer</b>: <a href=\"Practitioner-Practitioner-GeorgeMcDuff.html\">Practitioner George McDuff</a></p><p><b>value</b>: 8.2 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><p><b>note</b>: </p><blockquote><div><p>Elevated risk - Initial poor control - 11 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" : "2024-06-15T13:30:00-04:00",
"performer" : [
{
🔗 "reference" : "Practitioner/Practitioner-GeorgeMcDuff"
}
],
"valueQuantity" : {
"value" : 8.2,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"note" : [
{
"text" : "Elevated risk - Initial poor control - 11 months pre-stroke"
}
]
}