: Example EU-GET Prescription Parameters - JSON Representation
Raw json | Download
{
"resourceType" : "Parameters",
"id" : "ExampleEUGETPrescriptionE-PRESCRIPTIONS-LIST",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-PAR-EU-GET-Prescription-Input"
]
},
"parameter" : [
{
"name" : "requestData",
"part" : [
{
"name" : "requesttype",
"valueCoding" : {
"system" : "https://gematik.de/fhir/erp-eu/CodeSystem/GEM_ERPEU_CS_RequestType",
"code" : "e-prescriptions-list"
}
},
{
"name" : "kvnr",
"valueIdentifier" : {
"system" : "http://fhir.de/sid/gkv/kvid-10",
"value" : "X123456789"
}
},
{
"name" : "accessCode",
"valueIdentifier" : {
"system" : "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode",
"value" : "123456"
}
},
{
"name" : "countryCode",
"valueCoding" : {
"system" : "urn:iso:std:iso:3166",
"code" : "BE"
}
},
{
"name" : "practitionerName",
"valueString" : "Sanches"
},
{
"name" : "practitionerRole",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.2.9.6.2.7",
"code" : "2262",
"display" : "Pharmacists"
}
},
{
"name" : "pointOfCare",
"valueString" : "Super Pharmacia"
},
{
"name" : "healthcare-facility-type",
"valueCoding" : {
"system" : "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"code" : "1.2.276.0.76.4.54",
"display" : "Öffentliche Apotheke"
}
}
]
}
]
}