JohnMoehrke SLS ValueSets Implementation Guide
0.1.0 - ci-build International flag

JohnMoehrke SLS ValueSets Implementation Guide, published by John Moehrke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/SLSValueSets/ and changes regularly. See the Directory of published versions

:

Raw ttl | Download


@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/Provenance/SamhsaSensitive-split-history> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SamhsaSensitive-split-history"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance SamhsaSensitive-split-history</b></p><a name=\"SamhsaSensitive-split-history\"> </a><a name=\"hcSamhsaSensitive-split-history\"> </a><p>Provenance for: </p><ul><li><a href=\"ValueSet-SamhsaSensitiveETHUD.html\">ValueSet clinical codes that indicate ETHUD</a></li><li><a href=\"ValueSet-SamhsaSensitiveOPIOIDUD.html\">ValueSet clinical codes that indicate OPIOIDUD</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2023-02-01</td></tr><tr><td>Recorded</td><td>2023-02-01 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>John Moehrke</td></tr></table></div>"
  ] ;
  fhir:Provenance.target [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ValueSet/SamhsaSensitiveETHUD> ;
     fhir:Reference.reference [ fhir:value "ValueSet/SamhsaSensitiveETHUD" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/ValueSet/SamhsaSensitiveOPIOIDUD> ;
     fhir:Reference.reference [ fhir:value "ValueSet/SamhsaSensitiveOPIOIDUD" ]
  ] ;
  fhir:Provenance.occurredDateTime [ fhir:value "2023-02-01"^^xsd:date] ;
  fhir:Provenance.recorded [ fhir:value "2023-02-01T13:00:00.0000Z"^^xsd:dateTime] ;
  fhir:Provenance.reason [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
       fhir:Coding.code [ fhir:value "METAMGT" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Split the ETH into ETHUD (only alcohol) and OPIOIDUD (only drug)" ]
  ] ;
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ] ;
       fhir:Coding.code [ fhir:value "CREATE" ]
     ]
  ] ;
  fhir:Provenance.agent [
     fhir:index 0 ;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
         fhir:Coding.code [ fhir:value "author" ]
       ]
     ] ;
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "John Moehrke" ]
     ]
  ] ;
  fhir:Provenance.entity [
     fhir:index 0 ;
     fhir:Provenance.entity.role [ fhir:value "source" ] ;
     fhir:Provenance.entity.what [
       fhir:link <http://hl7.org/fhir/ValueSet/SamhsaSensitiveETH> ;
       fhir:Reference.reference [ fhir:value "ValueSet/SamhsaSensitiveETH" ]
     ]
  ] .

<http://hl7.org/fhir/ValueSet/SamhsaSensitiveETHUD> a fhir:ValueSet .

<http://hl7.org/fhir/ValueSet/SamhsaSensitiveOPIOIDUD> a fhir:ValueSet .

<http://hl7.org/fhir/ValueSet/SamhsaSensitiveETH> a fhir:ValueSet .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Provenance/SamhsaSensitive-split-history.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Provenance/SamhsaSensitive-split-history.ttl> .