0.2 - ci-build
SHINNYIG - Local Development build (v0.2). 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 "SHINNYBundleTypeVS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/bundle-type</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>transaction</td><td>The bundle is a transaction.</td></tr></table></li></ul></div>" ] ; # fhir:url [ fhir:v "http://shinny.org/ValueSet/SHINNYBundleTypeVS"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.2"] ; # fhir:name [ fhir:v "SHINNYBundleTypeVS"] ; # fhir:title [ fhir:v "SHINNYBundleTypeVS"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-07-28T11:16:22-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Example Publisher"] ; # fhir:contact ( [ fhir:name [ fhir:v "Example Publisher" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://shinny.org/publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "SHINNYBundleTypeVS"] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/bundle-type"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "transaction" ] ; fhir:display [ fhir:v "The bundle is a transaction." ] ] ) ] ) ] . #