BfArM Digitale Anwendungen - Local Development build (v3.0.2-RC1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: CodeSystem for HealthAppPlatformType - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HealthAppPlatformType"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HealthAppPlatformType</b></p><a name=\"HealthAppPlatformType\"> </a><a name=\"hcHealthAppPlatformType\"> </a><p>This case-sensitive code system <code>https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType</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\">apple-app-store<a name=\"HealthAppPlatformType-apple-app-store\"> </a></td><td>App im Apple App Store</td></tr><tr><td style=\"white-space:nowrap\">google-play-store<a name=\"HealthAppPlatformType-google-play-store\"> </a></td><td>App im Google Play Store</td></tr><tr><td style=\"white-space:nowrap\">web-app<a name=\"HealthAppPlatformType-web-app\"> </a></td><td>Browserbasierte Webanwendung</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"HealthAppPlatformType-other\"> </a></td><td>Sonstiger Anbieter</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType"^^xsd:anyURI ;
fhir:l <https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType>
] ; #
fhir:version [ fhir:v "3.0.2-RC1"] ; #
fhir:name [ fhir:v "CodeSystem-HealthAppPlatformType"] ; #
fhir:title [ fhir:v "CodeSystem for HealthAppPlatformType"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-02-25T07:31:33+01:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "BfArM"] ; #
fhir:contact ( [
fhir:name [ fhir:v "BfArM" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.bfarm.de" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "apple-app-store" ] ;
fhir:display [ fhir:v "App im Apple App Store" ]
] [
fhir:code [ fhir:v "google-play-store" ] ;
fhir:display [ fhir:v "App im Google Play Store" ]
] [
fhir:code [ fhir:v "web-app" ] ;
fhir:display [ fhir:v "Browserbasierte Webanwendung" ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Sonstiger Anbieter" ]
] ) . #