Scheduling 1.0.0-comment - ballot
Publication Build: This will be filled in by the publication tooling
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 "specialty"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet specialty</b></p><a name=\"specialty\"> </a><a name=\"hcspecialty\"> </a><a name=\"specialty-en-US\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 394658006 (Clinical specialties)</li></ul></div>" ] ; # fhir:url [ fhir:v "https://profiles.ihe.net/ITI/Scheduling/ValueSet/specialty"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-comment"] ; # fhir:name [ fhir:v "IHE_ITI_Scheduling_Specialties"] ; # fhir:title [ fhir:v "IHE ITI Scheduling Specialties"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2017-07-12T19:40:10Z"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ] ] ) ] [ ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "iti@ihe.net" ] ] ) ] [ fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "iti@ihe.net" ] ] ) ] ) ; # fhir:description [ fhir:v "The specialties offered by providers and that would be required to perform the service requested in this appointment."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ] ) ] ) ; # fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "is-a" ] ; fhir:value [ fhir:v "394658006" ] ] ) ] ) ] . #