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

FHIR IG Statistics: CodeSystem/DDCCQRFormatCodeSystem

Packagewho.ddcc
TypeCodeSystem
IdDDCCQRFormatCodeSystem
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/CodeSystem-DDCCQRFormatCodeSystem.html
URLhttp://smart.who.int/ddcc/CodeSystem/DDCCQRFormatCodeSystem
Version1.0.0
Statusdraft
Date2025-06-24T09:07:32+00:00
NameDDCCQRFormatCodeSystem
TitleDDCC QR Format Codes
Realmuv
Authoritywho
DescriptionPossible formats available for QR data.
Contentcomplete

Resources that use this resource

ValueSet
DDCCQRFormatValueSetDDCC QR Format Codes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem DDCCQRFormatCodeSystem

This case-sensitive code system http://smart.who.int/ddcc/CodeSystem/DDCCQRFormatCodeSystem defines the following codes:

CodeDisplay
image Image
serialized Serialized QR Content
pdf PDF version of the QR image

Source

{
  "resourceType": "CodeSystem",
  "id": "DDCCQRFormatCodeSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ddcc/CodeSystem/DDCCQRFormatCodeSystem",
  "version": "1.0.0",
  "name": "DDCCQRFormatCodeSystem",
  "title": "DDCC QR Format Codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-24T09:07:32+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Possible formats available for QR data.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "image",
      "display": "Image"
    },
    {
      "code": "serialized",
      "display": "Serialized QR Content"
    },
    {
      "code": "pdf",
      "display": "PDF version of the QR image"
    }
  ]
}