Ophthalmology Implementation Guide
0.2.0 - CI Build

Ophthalmology Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Ophthalmology Observation NVI ValueSet - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ophthalmology-observation-nvi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from  51995000 (Rubeosis iridis)</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/ig/ophthalmology/ValueSet/observation-nvi",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.2.3.4.2.2.8"
    }
  ],
  "version" : "0.2.0",
  "name" : "OphthalmologyObservationNVI",
  "title" : "Ophthalmology Observation NVI ValueSet",
  "status" : "active",
  "experimental" : true,
  "date" : "2019-05-01",
  "publisher" : "HL7 International - Ophthalmology Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/ophthalmology"
        }
      ]
    }
  ],
  "description" : "NVI SNOMED Observations",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "51995000"
          }
        ]
      }
    ]
  }
}