0.1.0 - ci-build
MatchSyncIG - Local Development build (v0.1.0). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "icd10-gvhd-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir: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>" ] ; # fhir:url [ fhir:v "http://fhir.nmdp.org/ig/matchsync/ValueSet/icd10-gvhd-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ICD10GVHDVS"] ; # fhir:title [ fhir:v "GVHD ICD-10 Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-09T13:12:05-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "NMDP"] ; # fhir:contact ( [ fhir:name [ fhir:v "NMDP" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://bethematch.org" ] ] ) ] ) ; # fhir:description [ fhir:v "GVHD ICD-10 Codes"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "is-a" ] ; fhir:value [ fhir:v "D89.81" ] ] ) ] ) ] . #