HL7 Italia Terminologie0.1.1 - CI Build
HL7 Italia Terminologie - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
(back to description)
Raw ttl
Source view
@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 "who-atc"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://www.whocc.no/atc\"><code>http://www.whocc.no/atc</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://terminology.hl7.it/ValueSet/who-atc"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.1"] ; # fhir:name [ fhir:v "VsAtc"] ; # fhir:title [ fhir:v "WHO ATC"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-12-11T12:55:16+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Italia"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.it" ] ] ) ] ) ; # fhir:description [ fhir:v "WHO Anatomical Therapeutic Chemical classification system"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IT" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ] ) ] . #