Dokumentacja Integracyjna SMPL
25.0.0 - STU1 Poland flag

: ServiceRequestStatus - TTL Representation

Active as of 2024-09-17

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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PLSMPLServiceRequestStatus"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet PLSMPLServiceRequestStatus</b></p><a name=\"PLSMPLServiceRequestStatus\"> </a><a name=\"hcPLSMPLServiceRequestStatus\"> </a><a name=\"PLSMPLServiceRequestStatus-pl-PL\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html\"><code>http://hl7.org/fhir/request-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-active\">active</a></td><td>Aktywny</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-entered-in-error\">entered-in-error</a></td><td>Wycofany</td><td>This request should never have existed and should be considered 'void'.  (It is possible that real-world decisions were based on it.  If real-world activity has occurred, the status should be &quot;revoked&quot; rather than &quot;entered-in-error&quot;.).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-completed\">completed</a></td><td>Zaakceptowany</td><td>The activity described by the request has been fully performed.  No further activity will occur.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-revoked\">revoked</a></td><td>Odrzucony</td><td>The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions.  No further activity should occur.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://ezdrowie.gov.pl/fhir/ValueSet/PLSMPLServiceRequestStatus"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "25.0.0"] ; # 
  fhir:name [ fhir:v "PLSMPLServiceRequestStatus"] ; # 
  fhir:title [ fhir:v "ServiceRequestStatus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-17T15:37:37+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "CeZ"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CeZ" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ezdrowie.gov.pl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Słownik dozwolonych statusów wniosku o przekazanie terapii do innego świadczeniodawcy"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PL" ] ;
fhir:display [ fhir:v "Poland" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/request-status"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Aktywny" ]       ] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Wycofany" ]       ] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Zaakceptowany" ]       ] [
fhir:code [ fhir:v "revoked" ] ;
fhir:display [ fhir:v "Odrzucony" ]       ] )     ] )
  ] . #