FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeValueSet
Idtest-hearing-code-valueset.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


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"
          }
        ]
      }
    ]
  }
}