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-event-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-05-01T00: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 all codes defined in <a href=\"CodeSystem-specialty-rx-event-type.html\"><code>http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/specialty-rx/ValueSet/specialty-rx-event-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "SpecialtyRxValueSetEventType"] ; # fhir:title [ fhir:v "Specialty Rx Value Set - Event Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-05-01T00: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 event types used in Specialty Rx message headers."] ; # 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-event-type"^^xsd:anyURI ] ] ) ] . #