Stanford Spezi FHIR Implementation Guide 0.1.0 - ci-build
Publish Box goes here
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 "ios-keyboard-type-valueset"] ; # 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 ios-keyboard-type-valueset</b></p><a name=\"ios-keyboard-type-valueset\"> </a><a name=\"hcios-keyboard-type-valueset\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-ios-keyboard-type-codesystem.html\"><code>http://spezi.stanford.edu/fhir/CodeSystem/ios-keyboard-type-codesystem</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://spezi.stanford.edu/fhir/ValueSet/ios-keyboard-type-valueset"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "IOSKeyboardTypeValueSet"] ; # fhir:title [ fhir:v "iOS Keyboard Type Value Set"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2025-01-01"^^xsd:date] ; # fhir:publisher [ fhir:v "Stanford Biodesign Digital Health"] ; # fhir:contact ( [ fhir:name [ fhir:v "Stanford Biodesign Digital Health" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://bdh.stanford.edu/" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "speziteam@stanford.edu" ] ] ) ] [ fhir:name [ fhir:v "Vishnu Ravi" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "vishnur@stanford.edu" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "Value set for iOS keyboard types used in text input fields"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://spezi.stanford.edu/fhir/CodeSystem/ios-keyboard-type-codesystem"^^xsd:anyURI ] ] ) ] . #