@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.3/CodeSystem/definition-use> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "definition-use"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/definition-use defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">fhir-structure\n                  <a name=\"definition-use-fhir-structure\"> </a>\n                </td>\n                <td>FHIR Structure</td>\n                <td>This structure is defined as part of the base FHIR Specification</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">custom-resource\n                  <a name=\"definition-use-custom-resource\"> </a>\n                </td>\n                <td>Custom Resource</td>\n                <td>This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dam\n                  <a name=\"definition-use-dam\"> </a>\n                </td>\n                <td>Domain Analysis Model</td>\n                <td>This structure captures an analysis of a domain</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">wire-format\n                  <a name=\"definition-use-wire-format\"> </a>\n                </td>\n                <td>Wire Format</td>\n                <td>This structure represents and existing structure (e.g. CDA, HL7 v2)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">archetype\n                  <a name=\"definition-use-archetype\"> </a>\n                </td>\n                <td>Domain Analysis Model</td>\n                <td>This structure captures an analysis of a domain</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">template\n                  <a name=\"definition-use-template\"> </a>\n                </td>\n                <td>Template</td>\n                <td>This structure is a template (n.b: 'template' has many meanings)</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "normative"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "4.0.0"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 5
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r4"
       ]
     ] [
       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 "fhir"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/definition-use"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "DefinitionUseCodes"] ; # 
  fhir:title [ fhir:v "Structure Definition Use Codes / Keywords"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "FHIR Infrastructure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Structure Definition Use Codes / Keywords"] ; # 
  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-use|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/definition-use|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "fhir-structure" ] ;
     fhir:display [ fhir:v "FHIR Structure" ] ;
     fhir:definition [ fhir:v "This structure is defined as part of the base FHIR Specification" ]
  ] [
     fhir:code [ fhir:v "custom-resource" ] ;
     fhir:display [ fhir:v "Custom Resource" ] ;
     fhir:definition [ fhir:v "This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)" ]
  ] [
     fhir:code [ fhir:v "dam" ] ;
     fhir:display [ fhir:v "Domain Analysis Model" ] ;
     fhir:definition [ fhir:v "This structure captures an analysis of a domain" ]
  ] [
     fhir:code [ fhir:v "wire-format" ] ;
     fhir:display [ fhir:v "Wire Format" ] ;
     fhir:definition [ fhir:v "This structure represents and existing structure (e.g. CDA, HL7 v2)" ]
  ] [
     fhir:code [ fhir:v "archetype" ] ;
     fhir:display [ fhir:v "Domain Analysis Model" ] ;
     fhir:definition [ fhir:v "This structure captures an analysis of a domain" ]
  ] [
     fhir:code [ fhir:v "template" ] ;
     fhir:display [ fhir:v "Template" ] ;
     fhir:definition [ fhir:v "This structure is a template (n.b: 'template' has many meanings)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

