Raw ttl | Download
@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 ------------------------------------------------------------------- a fhir:Parameters ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ExampleEUGETPrescriptionE-PRESCRIPTIONS-LIST"] ; # fhir:meta [ ( fhir:profile [ fhir:v "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-EU-GET-Prescription-Input"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-EU-GET-Prescription-Input> ] ) ] ; # fhir:parameter ( [ fhir:name [ fhir:v "requestData" ] ; ( fhir:part [ fhir:name [ fhir:v "requesttype" ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://gematik.de/fhir/erp-eu/CodeSystem/GEM_ERPEU_CS_RequestType"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/erp-eu/CodeSystem/GEM_ERPEU_CS_RequestType> ] ; fhir:code [ fhir:v "e-prescriptions-list" ] ] ] [ fhir:name [ fhir:v "kvnr" ] ; fhir:value [ a fhir:Identifier ; fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ; fhir:l <http://fhir.de/sid/gkv/kvid-10> ] ; fhir:value [ fhir:v "X123456789" ] ] ] [ fhir:name [ fhir:v "accessCode" ] ; fhir:value [ a fhir:Identifier ; fhir:system [ fhir:v "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode> ] ; fhir:value [ fhir:v "123456" ] ] ] [ fhir:name [ fhir:v "countryCode" ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "BE" ] ] ] [ fhir:name [ fhir:v "practitionerName" ] ; fhir:value [ a fhir:String ; fhir:v "Sanches" ] ] [ fhir:name [ fhir:v "practitionerRole" ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.9.6.2.7"^^xsd:anyURI ; fhir:l <urn:oid:2.16.840.1.113883.2.9.6.2.7> ] ; fhir:code [ fhir:v "2262" ] ; fhir:display [ fhir:v "Pharmacists" ] ] ] [ fhir:name [ fhir:v "pointOfCare" ] ; fhir:value [ a fhir:String ; fhir:v "Super Pharmacia" ] ] [ fhir:name [ fhir:v "healthcare-facility-type" ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"^^xsd:anyURI ; fhir:l <https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID> ] ; fhir:code [ fhir:v "1.2.276.0.76.4.54" ] ; fhir:display [ fhir:v "Öffentliche Apotheke" ] ] ] ) ] ) . #