0.1.0 - ci-build

MatchSyncIG - Local Development build (v0.1.0). See the Directory of published versions

: GVHD ICD-10 Codes - JSON Representation

Active as of 2023-05-09

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "icd10-gvhd-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-icd10CM.html\"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a> where concept  is-a  D89.81 (Graft-versus-host disease)</li></ul></div>"
  },
  "url" : "http://fhir.nmdp.org/ig/matchsync/ValueSet/icd10-gvhd-codes",
  "version" : "0.1.0",
  "name" : "ICD10GVHDVS",
  "title" : "GVHD ICD-10 Codes",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-05-09T13:12:05-05:00",
  "publisher" : "NMDP",
  "contact" : [
    {
      "name" : "NMDP",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://bethematch.org"
        }
      ]
    }
  ],
  "description" : "GVHD ICD-10 Codes",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "D89.81"
          }
        ]
      }
    ]
  }
}