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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeValueSet
Idtest-visual-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-visual-code",
  "url": "https://fhir.synapxe.sg/ValueSet/test-visual-code",
  "version": "1.0.0",
  "name": "TestVisualCodeValueSet",
  "title": "Test Visual Code Value Set",
  "status": "active",
  "description": "Value set containing selected visual test codes.",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA24603-5",
            "display": "6/6"
          },
          {
            "code": "LA24606-8",
            "display": "6/9"
          },
          {
            "code": "LA24608-4",
            "display": "6/12"
          },
          {
            "code": "LA24611-8",
            "display": "6/18"
          },
          {
            "code": "LA24613-4",
            "display": "6/24"
          },
          {
            "code": "LA24600-1",
            "display": "6/36"
          },
          {
            "code": "LA24604-3",
            "display": "6/60"
          },
          {
            "code": "custom-1",
            "display": "Worse than 6/60"
          }
        ]
      }
    ]
  }
}