FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CodeSystem-HealthAppPlatformType

Packagefhir.bfarm.de
Resource TypeCodeSystem
IdCodeSystem-HealthAppPlatformType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.bfarm.de@2.0.7&canonical=https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType
URLhttps://fhir.bfarm.de/CodeSystem/HealthAppPlatformType
Version2.0.7
Statusactive
NameHealthAppPlatformType
TitleCodeSystem for HealthAppPlatformType
Realmus
Authorityhl7
Contentcomplete

Resources that use this resource

ValueSet
HealthAppPlatformTypeValueSet for HealthAppPlatformType

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType",
  "version": "2.0.7",
  "name": "HealthAppPlatformType",
  "title": "CodeSystem for HealthAppPlatformType",
  "status": "active",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "apple-app-store",
      "display": "App im Apple App Store"
    },
    {
      "code": "google-play-store",
      "display": "App im Google Play Store"
    },
    {
      "code": "web-app",
      "display": "Browserbasierte Webanwendung"
    },
    {
      "code": "other",
      "display": "Sonstiger Anbieter"
    }
  ]
}