@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 -------------------------------------------------------------------

<http://hl7.org/fhir/4.0/CodeSystem/definition-resource-types> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "definition-resource-types"] ; # 
  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: CodeSystem definition-resource-types</b></p><a name=\"definition-resource-types\"> </a><a name=\"hcdefinition-resource-types\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/definition-resource-types</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ActivityDefinition<a name=\"definition-resource-types-ActivityDefinition\"> </a></td><td>This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.</td></tr><tr><td style=\"white-space:nowrap\">EventDefinition<a name=\"definition-resource-types-EventDefinition\"> </a></td><td>The EventDefinition resource provides a reusable description of when a particular event can occur.</td></tr><tr><td style=\"white-space:nowrap\">Measure<a name=\"definition-resource-types-Measure\"> </a></td><td>The Measure resource provides the definition of a quality measure.</td></tr><tr><td style=\"white-space:nowrap\">OperationDefinition<a name=\"definition-resource-types-OperationDefinition\"> </a></td><td>A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).</td></tr><tr><td style=\"white-space:nowrap\">PlanDefinition<a name=\"definition-resource-types-PlanDefinition\"> </a></td><td>This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.</td></tr><tr><td style=\"white-space:nowrap\">Questionnaire<a name=\"definition-resource-types-Questionnaire\"> </a></td><td>A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4.r4b"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "vocab"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0 ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b>
         ]
       ] )
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/definition-resource-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "DefinitionResourceType"] ; # 
  fhir:title [ fhir:v "DefinitionResourceType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-11-01T08:29:23+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Terminology Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A list of all the definition resource types defined in this version of the FHIR specification."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/definition-resource-types|4.3.0"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/definition-resource-types|4.3.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "ActivityDefinition" ] ;
     fhir:display [ fhir:v "ActivityDefinition" ] ;
     fhir:definition [ fhir:v "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context." ]
  ] [
     fhir:code [ fhir:v "EventDefinition" ] ;
     fhir:display [ fhir:v "EventDefinition" ] ;
     fhir:definition [ fhir:v "The EventDefinition resource provides a reusable description of when a particular event can occur." ]
  ] [
     fhir:code [ fhir:v "Measure" ] ;
     fhir:display [ fhir:v "Measure" ] ;
     fhir:definition [ fhir:v "The Measure resource provides the definition of a quality measure." ]
  ] [
     fhir:code [ fhir:v "OperationDefinition" ] ;
     fhir:display [ fhir:v "OperationDefinition" ] ;
     fhir:definition [ fhir:v "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction)." ]
  ] [
     fhir:code [ fhir:v "PlanDefinition" ] ;
     fhir:display [ fhir:v "PlanDefinition" ] ;
     fhir:definition [ fhir:v "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols." ]
  ] [
     fhir:code [ fhir:v "Questionnaire" ] ;
     fhir:display [ fhir:v "Questionnaire" ] ;
     fhir:definition [ fhir:v "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

