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
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.0&canonical=https://fhir.synapxe.sg/ValueSet/test-hearing-code
URLhttps://fhir.synapxe.sg/ValueSet/test-hearing-code
Version1.0.0
Statusactive
NameTestHearingCodeValueSet
TitleTest Hearing Code Value Set
DescriptionValue set containing selected hearing test codes (500, 1000, 2000, 4000 Hz for left and right ear).

Resources that use this resource

StructureDefinition
profile-questionnaireresponseQuestionnaireResponse
profile-questionnaireQuestionnaire

Resources that this resource uses

CodeSystem
loinc.orgLOINC 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"
          }
        ]
      }
    ]
  }
}