Specialty Medication Enrollment 2.0.0 - STU2 US
This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version. For a full list of available versions, 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 "specialty-rx-task-output-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2023-01-22T00:00:00-05:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"CodeSystem-specialty-rx-task-characteristic.html\"><code>http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-characteristic</code></a> where taskAspect = <a href=\"CodeSystem-specialty-rx-task-characteristic.html#specialty-rx-task-characteristic-task-output-type\">task-output-type</a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/specialty-rx/ValueSet/specialty-rx-task-output-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "SpecialtyRxValueSetTaskOutputType"] ; # fhir:title [ fhir:v "Specialty Rx Value Set - Task Output Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-01-22T00:00:00-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International - Pharmacy"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International - Pharmacy" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ] ] ) ] [ fhir:name [ fhir:v "Frank McKinney" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "frank.mckinney@pocp.com" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fm@frankmckinney.com" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set contains task output types used in the Specialty Rx Task profiles."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ; fhir:display [ fhir:v "United States of America" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-task-characteristic"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "taskAspect" ] ; fhir:op [ fhir:v "=" ] ; fhir:value [ fhir:v "task-output-type" ] ] ) ] ) ] . #