FHIR Shorthand
0.12.0 - CI Build

This page is part of a downloaded copy of this specification. This page is part of the FHIR Shorthand (v0.12.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Shorthand Instance Tags - TTL Representation

(back to description)

Raw ttl

Source view

@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:Resource.id [ fhir:value "shorthand-instance-tags"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Instance Tags</h2><div><p>Value set containing codes to be used with the Usage keyword on Instances defined by FHIR Shorthand. These codes are currently only used within FHIR Shorthand, but they could be used as resource tags in meta.tag.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-shorthand-code-system.html\"><code>http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-shorthand-code-system.html#shorthand-code-system-example\">example</a></td><td>Example</td><td>The instance represents an example, not a real-life resource, and will be presented as such in an IG.</td></tr><tr><td><a href=\"CodeSystem-shorthand-code-system.html#shorthand-code-system-definition\">definition</a></td><td>Definition</td><td>The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page.</td></tr><tr><td><a href=\"CodeSystem-shorthand-code-system.html#shorthand-code-system-inline\">inline</a></td><td>Inline</td><td>The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle).</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/shorthand/ValueSet/shorthand-instance-tags"];
  fhir:ValueSet.version [ fhir:value "0.12.0"];
  fhir:ValueSet.name [ fhir:value "InstanceTags"];
  fhir:ValueSet.title [ fhir:value "Instance Tags"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2020-04-01T17:25:07+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "HL7 International - FHIR Infrastructure Group"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Value set containing codes to be used with the Usage keyword on Instances defined by FHIR Shorthand. These codes are currently only used within FHIR Shorthand, but they could be used as resource tags in meta.tag."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "example" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Example" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "definition" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Definition" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "inline" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Inline" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.