Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/pghd-hearingSensitivity-2> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "pghd-hearingSensitivity-2"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-hearing-sensitivity" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-hearing-sensitivity>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation pghd-hearingSensitivity-2</b></p><a name=\"pghd-hearingSensitivity-2\"> </a><a name=\"hcpghd-hearingSensitivity-2\"> </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=\"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>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes hearingSensitivity}\">Hearing sensitivity</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">John Doe Male, DoB: 1990-01-01</a></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\">John Doe Male, DoB: 1990-01-01</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes frequency}\">Frequency</span></p><p><b>value</b>: 1000 Hz<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeHz = 'Hz')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes leftEarSensitivity}\">Left ear sensitivity</span></p><p><b>value</b>: 50 dB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codedB = 'dB')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes rightEarSensitivity}\">Right ear sensitivity</span></p><p><b>value</b>: 55 dB<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codedB = 'dB')</span></p></blockquote></div>"
] ;
fhir:Observation.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3" ] ;
fhir:Identifier.value [ fhir:value "DE430E9B-03F4-4310-ACA1-508787B240CD_2" ]
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "exam" ] ;
fhir:Coding.display [ fhir:value "Exam" ]
]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes" ] ;
fhir:Coding.code [ fhir:value "hearingSensitivity" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/1> ;
fhir:Reference.reference [ fhir:value "Patient/1" ]
] ;
fhir:Observation.effectivePeriod [
fhir:Period.start [ fhir:value "2023-12-01T05:33:42Z"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2023-12-01T05:35:22Z"^^xsd:dateTime ]
] ;
fhir:Observation.performer [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Patient/1> ;
fhir:Reference.reference [ fhir:value "Patient/1" ]
] ;
fhir:Observation.component [
fhir:index -1 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes" ] ;
fhir:Coding.code [ fhir:value "frequency" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "1000"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "Hz" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "Hz" ]
]
], [
fhir:index -1 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes" ] ;
fhir:Coding.code [ fhir:value "leftEarSensitivity" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "50"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "dB" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "dB" ]
]
], [
fhir:index -1 ;
fhir:Observation.component.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes" ] ;
fhir:Coding.code [ fhir:value "rightEarSensitivity" ]
]
] ;
fhir:Observation.component.valueQuantity [
fhir:Quantity.value [ fhir:value "55"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "dB" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "dB" ]
]
] .
<http://hl7.org/fhir/Patient/1> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/pghd-hearingSensitivity-2.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/pghd-hearingSensitivity-2.ttl> .
IG © 2022+ HL7 International / Patient Empowerment.
Package hl7.fhir.uv.phr#1.0.0-ballot2 based on FHIR 4.0.1.
Generated
2026-07-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
