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

FHIR IG Statistics: ValueSet/ValueSet-HealthAppAttachment

Packagefhir.bfarm.de
Resource TypeValueSet
IdValueSet-HealthAppAttachment
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.bfarm.de@2.0.7&canonical=https://fhir.bfarm.de/ValueSet/HealthAppAttachment
URLhttps://fhir.bfarm.de/ValueSet/HealthAppAttachment
Version2.0.7
Statusactive
NameHealthAppAttachment
TitleValueSet for HealthAppAttachment
Realmus
Authorityhl7

Resources that use this resource

StructureDefinition
AttachmentHealthAppAttachment for HealthApp

Resources that this resource uses

CodeSystem
urn:ietf:bcp:13BCP 13

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "url": "https://fhir.bfarm.de/ValueSet/HealthAppAttachment",
  "version": "2.0.7",
  "name": "HealthAppAttachment",
  "title": "ValueSet for HealthAppAttachment",
  "status": "active",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "display": "Excel"
          },
          {
            "code": "application/json",
            "display": "JSON"
          },
          {
            "code": "application/pdf",
            "display": "PDF"
          },
          {
            "code": "application/xml",
            "display": "XML"
          },
          {
            "code": "text/xml",
            "display": "XML"
          }
        ]
      }
    ]
  }
}