Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release
Publication Build: This will be filled in by the publication tooling
{
"resourceType" : "Observation",
"id" : "pghd-hearingSensitivity-2",
"meta" : {
"profile" : [
🔗 "http://fhir/pghd/StructureDefinition/pghd-hearing-sensitivity"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"pghd-hearingSensitivity-2\"> </a><a name=\"hcpghd-hearingSensitivity-2\"> </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 "pghd-hearingSensitivity-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-hearing-sensitivity.html\">PGHD HearingSensitivity Profile</a></p></div><p><b>identifier</b>: <code>urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3</code>/DE430E9B-03F4-4310-ACA1-508787B240CD_2</p><p><b>status</b>: final</p><p><b>category</b>: Exam <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>#exam)</span></p><p><b>code</b>: 聴力 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-observation-pghd-codes.html\">Observation PGHD Codes</a>#hearingSensitivity)</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> " DOE"</p><p><b>effective</b>: 2023-12-01 05:33:42+0000 --> 2023-12-01 05:35:22+0000</p><p><b>performer</b>: <a href=\"Patient-1.html\">Patient/1</a> " DOE"</p><blockquote><p><b>component</b></p><p><b>code</b>: 周波数 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hearing-sensitivity-codes.html\">Hearing Sensitivity Codes</a>#frequency)</span></p><p><b>value</b>: 1000 Hz<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code Hz = 'Hz')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 左耳聴力 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hearing-sensitivity-codes.html\">Hearing Sensitivity Codes</a>#leftEarSensitivity)</span></p><p><b>value</b>: 50 dB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code dB = 'dB')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 右耳聴力 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-hearing-sensitivity-codes.html\">Hearing Sensitivity Codes</a>#rightEarSensitivity)</span></p><p><b>value</b>: 55 dB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code dB = 'dB')</span></p></blockquote></div>"
},
"identifier" : [
{
"system" : "urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3",
"value" : "DE430E9B-03F4-4310-ACA1-508787B240CD_2"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam",
"display" : "Exam"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://fhir/pghd/CodeSystem/observation-pghd-codes",
"code" : "hearingSensitivity",
"display" : "聴力"
}
]
},
"subject" : {
🔗 "reference" : "Patient/1"
},
"effectivePeriod" : {
"start" : "2023-12-01T05:33:42Z",
"end" : "2023-12-01T05:35:22Z"
},
"performer" : [
{
🔗 "reference" : "Patient/1"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://fhir/pghd/CodeSystem/hearing-sensitivity-codes",
"code" : "frequency",
"display" : "周波数"
}
]
},
"valueQuantity" : {
"value" : 1000,
"unit" : "Hz",
"system" : "http://unitsofmeasure.org",
"code" : "Hz"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://fhir/pghd/CodeSystem/hearing-sensitivity-codes",
"code" : "leftEarSensitivity",
"display" : "左耳聴力"
}
]
},
"valueQuantity" : {
"value" : 50,
"unit" : "dB",
"system" : "http://unitsofmeasure.org",
"code" : "dB"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://fhir/pghd/CodeSystem/hearing-sensitivity-codes",
"code" : "rightEarSensitivity",
"display" : "右耳聴力"
}
]
},
"valueQuantity" : {
"value" : 55,
"unit" : "dB",
"system" : "http://unitsofmeasure.org",
"code" : "dB"
}
}
]
}