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

FHIR IG analytics

Packagewho.ddcc
Resource TypeCodeSystem
IdCodeSystem-DDCCQRFormatCodeSystem.json
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/1.0.1/CodeSystem-DDCCQRFormatCodeSystem.html
URLhttp://smart.who.int/ddcc/CodeSystem/DDCCQRFormatCodeSystem
Version1.0.1
Statusactive
Date2024-12-18T16:40:01+01:00
NameDDCCQRFormatCodeSystem
TitleDDCC QR Format Codes
Realmuv
Authoritywho
DescriptionPossible formats available for QR data.
Contentcomplete

Resources that use this resource

ValueSet
who.ddcc#1.0.1DDCCQRFormatValueSetDDCC 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

Source1

{
  "resourceType": "CodeSystem",
  "id": "DDCCQRFormatCodeSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ddcc/CodeSystem/DDCCQRFormatCodeSystem",
  "version": "1.0.1",
  "name": "DDCCQRFormatCodeSystem",
  "title": "DDCC QR Format Codes",
  "status": "active",
  "experimental": false,
  "date": "2024-12-18T16:40:01+01: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"
    }
  ]
}