@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/5.0/CodeSystem/conceptmap-attribute-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "conceptmap-attribute-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/conceptmap-attribute-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">code\n                  <a name=\"conceptmap-attribute-type-code\"> </a>\n                </td>\n                <td>The attribute value is a code defined in the code system in context.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Coding\n                  <a name=\"conceptmap-attribute-type-Coding\"> </a>\n                </td>\n                <td>The attribute value is a code defined in a code system.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">string\n                  <a name=\"conceptmap-attribute-type-string\"> </a>\n                </td>\n                <td>The attribute value is a string.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">boolean\n                  <a name=\"conceptmap-attribute-type-boolean\"> </a>\n                </td>\n                <td>The attribute value is a boolean true | false.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Quantity\n                  <a name=\"conceptmap-attribute-type-Quantity\"> </a>\n                </td>\n                <td>The attribute is a Quantity (may represent an integer or a decimal with no units).</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-r5.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/conceptmap-attribute-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ConceptMapAttributeType"] ; # 
  fhir:title [ fhir:v "ConceptMap Attribute Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+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 "The type of a ConceptMap map attribute value."] ; # 
  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/conceptmap-attribute-type"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/conceptmap-attribute-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "code" ] ;
     fhir:display [ fhir:v "code" ] ;
     fhir:definition [ fhir:v "The attribute value is a code defined in the code system in context." ]
  ] [
     fhir:code [ fhir:v "Coding" ] ;
     fhir:display [ fhir:v "Coding" ] ;
     fhir:definition [ fhir:v "The attribute value is a code defined in a code system." ]
  ] [
     fhir:code [ fhir:v "string" ] ;
     fhir:display [ fhir:v "string" ] ;
     fhir:definition [ fhir:v "The attribute value is a string." ]
  ] [
     fhir:code [ fhir:v "boolean" ] ;
     fhir:display [ fhir:v "boolean" ] ;
     fhir:definition [ fhir:v "The attribute value is a boolean true | false." ]
  ] [
     fhir:code [ fhir:v "Quantity" ] ;
     fhir:display [ fhir:v "Quantity" ] ;
     fhir:definition [ fhir:v "The attribute is a Quantity (may represent an integer or a decimal with no units)." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

