CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.1-ballot-2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-fhir/ and changes regularly. See the Directory of published versions
: CH PPQm Feed Request HTTP Method - TTL Representation
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 "PpqmFeedRequestHttpMethod"] ; #
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 PpqmFeedRequestHttpMethod</b></p><a name=\"PpqmFeedRequestHttpMethod\"> </a><a name=\"hcPpqmFeedRequestHttpMethod\"> </a><a name=\"PpqmFeedRequestHttpMethod-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-http-verb.html\"><code>http://hl7.org/fhir/http-verb</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-http-verb.html#http-verb-POST\">POST</a></td><td>POST</td><td>HTTP POST Command.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-http-verb.html#http-verb-PUT\">PUT</a></td><td>PUT</td><td>HTTP PUT Command.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-http-verb.html#http-verb-DELETE\">DELETE</a></td><td>DELETE</td><td>HTTP DELETE Command.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-fhir/ValueSet/PpqmFeedRequestHttpMethod"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.0.1-ballot-2"] ; #
fhir:name [ fhir:v "PpqmFeedRequestHttpMethod"] ; #
fhir:title [ fhir:v "CH PPQm Feed Request HTTP Method"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-19T12:10:13+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "eHealth Suisse"] ; #
fhir:contact ( [
fhir:name [ fhir:v "eHealth Suisse" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.e-health-suisse.ch" ] ] )
] ) ; #
fhir:description [ fhir:v "HTTP methods allowed in CH:PPQm Feed requests"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "CC0-1.0"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/http-verb"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "POST" ] ;
fhir:display [ fhir:v "POST" ] ] [
fhir:code [ fhir:v "PUT" ] ;
fhir:display [ fhir:v "PUT" ] ] [
fhir:code [ fhir:v "DELETE" ] ;
fhir:display [ fhir:v "DELETE" ] ] ) ] )
] . #