@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/phd/ValueSet/ASN1attribute> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ASN1attribute"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>
     ] )
  ] ; # 
  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: ValueSet ASN1attribute</b></p><a name=\"ASN1attribute\"> </a><a name=\"hcASN1attribute\"> </a><a name=\"ASN1attribute-en-US\"> </a><ul><li>Include codes from<a href=\"CodeSystem-ASN1ToHL7.html\"><code>http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7</code></a> where source  = attribute</li></ul></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "dev" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/phd/ValueSet/ASN1attribute"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "ASN1attribute"] ; # 
  fhir:title [ fhir:v "ANS1ToHL7 codes defined for non-measurement attributes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2018-09-17"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet for the ANS1ToHL7 codes that are not derived from enumeration measurements."] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7"^^xsd:anyURI ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "source" ] ;
         fhir:op [ fhir:v "=" ] ;
         fhir:value [ fhir:v "attribute" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

