Dokumentacja Integracyjna SMPL 25.0.0 - STU1
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PLSMPLStatusReasonCodeSystem"] ; # 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: CodeSystem PLSMPLStatusReasonCodeSystem</b></p><a name=\"PLSMPLStatusReasonCodeSystem\"> </a><a name=\"hcPLSMPLStatusReasonCodeSystem\"> </a><a name=\"PLSMPLStatusReasonCodeSystem-pl-PL\"> </a><p>This case-sensitive code system <code>https://ezdrowie.gov.pl/fhir/CodeSystem/PLSMPLStatusReasonCodeSystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">reject<a name=\"PLSMPLStatusReasonCodeSystem-reject\"> </a></td><td>Odrzucony</td></tr><tr><td style=\"white-space:nowrap\">approve<a name=\"PLSMPLStatusReasonCodeSystem-approve\"> </a></td><td>Zaakceptowany</td></tr><tr><td style=\"white-space:nowrap\">to-update<a name=\"PLSMPLStatusReasonCodeSystem-to-update\"> </a></td><td>Do aktualizacji</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://ezdrowie.gov.pl/fhir/CodeSystem/PLSMPLStatusReasonCodeSystem"^^xsd:anyURI] ; # fhir:version [ fhir:v "25.0.0"] ; # fhir:name [ fhir:v "PLSMPLStatusReasonCodeSystem"] ; # fhir:title [ fhir:v "StatusReasonCodeSystem"] ; # 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 "Kody opisujące status akcji programu lekowego"] ; # 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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "reject" ] ; fhir:display [ fhir:v "Odrzucony" ] ] [ fhir:code [ fhir:v "approve" ] ; fhir:display [ fhir:v "Zaakceptowany" ] ] [ fhir:code [ fhir:v "to-update" ] ; fhir:display [ fhir:v "Do aktualizacji" ] ] ) . #