FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.bfarm.de
Resource TypeCodeSystem
IdCodeSystem-HealthAppPlatformType.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.bfarm.de@3.0.1&canonical=https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType
URLhttps://fhir.bfarm.de/CodeSystem/HealthAppPlatformType
Version3.0.1
Statusactive
NameCodeSystem-HealthAppPlatformType
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


Source1

{
  "resourceType": "CodeSystem",
  "url": "https://fhir.bfarm.de/CodeSystem/HealthAppPlatformType",
  "version": "3.0.1",
  "name": "CodeSystem-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"
    }
  ]
}