@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 -------------------------------------------------------------------

<https://gematik.de/fhir/tiflow-erezept/ValueSet/tiflow-rx-task-organizations-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tiflow-rx-task-organizations-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet tiflow-rx-task-organizations-vs</b></p><a name=\"tiflow-rx-task-organizations-vs\"> </a><a name=\"hctiflow-rx-task-organizations-vs\"> </a><ul><li>Include these codes as defined in <a href=\"https://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.2&amp;canonical=https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID\"><code>https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.0.7, the version found through the package references\"> version ?1.0.7</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.2&amp;canonical=https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID#ti-organization-profession-type-oid-cs-1.462.46276.460.4676.464.4654\">1.2.276.0.76.4.54</a></td><td>Öffentliche Apotheke</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://gematik.de/fhir/tiflow-erezept/ValueSet/tiflow-rx-task-organizations-vs"^^xsd:anyURI ;
     fhir:l <https://gematik.de/fhir/tiflow-erezept/ValueSet/tiflow-rx-task-organizations-vs>
  ] ; # 
  fhir:version [ fhir:v "2.0.0-ballot.1"] ; # 
  fhir:name [ fhir:v "TIFlowRxTaskOrganizationsVS"] ; # 
  fhir:title [ fhir:v "Bearbeiter eines E-Rezeptes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2028-04-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "gematik GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://gematik.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "erp-umsetzung@gematik.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet der Organisationstyp-Codes eines Performers für den RX Task"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DE" ] ;
       fhir:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v false] ; # 
  fhir:copyright [ fhir:v "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"^^xsd:anyURI ;
         fhir:l <https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "1.2.276.0.76.4.54" ] ;
         fhir:display [ fhir:v "Öffentliche Apotheke" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

