FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "test-hearing-code",
"url": "https://fhir.synapxe.sg/ValueSet/test-hearing-code",
"version": "1.0.0",
"name": "TestHearingCodeValueSet",
"title": "Test Hearing Code Value Set",
"status": "active",
"description": "Value set containing selected hearing test codes (500, 1000, 2000, 4000 Hz for left and right ear).",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "89024-4",
"display": "Hearing threshold 500 Hz Ear-L"
},
{
"code": "89016-0",
"display": "Hearing threshold 1000 Hz Ear-L"
},
{
"code": "89018-6",
"display": "Hearing threshold 2000 Hz Ear-L"
},
{
"code": "89022-8",
"display": "Hearing threshold 4000 Hz Ear-L"
},
{
"code": "89025-1",
"display": "Hearing threshold 500 Hz Ear-R"
},
{
"code": "89017-8",
"display": "Hearing threshold 1000 Hz Ear-R"
},
{
"code": "89019-4",
"display": "Hearing threshold 2000 Hz Ear-R"
},
{
"code": "89023-6",
"display": "Hearing threshold 4000 Hz Ear-R"
}
]
}
]
}
}