@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/us/ecr/Library/library-rctc-example> a fhir:Library ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "library-rctc-example"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset-library"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset-library>
     ] )
  ] ; # 
  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: Library library-rctc-example</b></p><a name=\"library-rctc-example\"> </a><a name=\"hclibrary-rctc-example\"> </a><a name=\"library-rctc-example-en-US\"> </a><h2>Related Artifacts</h2><table class=\"grid\"><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-dxtc-example.html\">Example Diagnosis Problem Triggers for Public Health Reporting</a></td></tr><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-ostc-example.html\">Example Organism Substance Triggers for Public Health Reporting</a></td></tr><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-lotc-example.html\">Example Lab Order Test Triggers for Public Health Reporting</a></td></tr><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-lrtc-example.html\">Example Lab Obs Test Name Triggers for Public Health Reporting</a></td></tr><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-mrtc-example.html\">Example Medications Triggers for Public Health Reporting</a></td></tr><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-sdtc-example.html\">Example Suspected Disorder Triggers for Public Health Reporting</a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/Library/library-rctc-example"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.7508" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.1.2"] ; # 
  fhir:name [ fhir:v "Reportable_Condition_Trigger_Codes"] ; # 
  fhir:title [ fhir:v "Reportable Condition Trigger Codes (RCTC) Example Library"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/library-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "asset-collection" ]
     ] )
  ] ; # 
  fhir:date [ fhir:v "2024-10-30T19:58:01+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Public Health" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This release includes code updates for the existing conditions and adds codes for Parkinson’s disease and 13 enteric conditions. Medication codes have also been added to this version."] ; # 
  fhir:useContext ( [
     fhir:code [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "reporting" ] ;
       fhir:display [ fhir:v "Reporting" ]
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "triggering" ] ;
         fhir:display [ fhir:v "Triggering" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "specification-type" ] ;
       fhir:display [ fhir:v "Specification Type" ]
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "value-set-library" ] ;
         fhir:display [ fhir:v "ValueSet Library" ]
       ] )
     ]
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "US" ] ;
       fhir:display [ fhir:v "United States of America" ]
     ] ) ;
     fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:purpose [ fhir:v "Triggers for initiating decision support for electronic case reports"] ; # 
  fhir:effectivePeriod [
     fhir:start [ fhir:v "2019-11-01"^^xsd:date ]
  ] ; # 
  fhir:relatedArtifact ( [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example>
     ]
  ] [
     fhir:type [ fhir:v "composed-of" ] ;
     fhir:resource [
       fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-sdtc-example"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-sdtc-example>
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

