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

FHIR IG Statistics: CodeSystem/DCC-QR-Format-CodeSystem

Packagehitstdio.tw.fhir.dcc
TypeCodeSystem
IdDCC-QR-Format-CodeSystem
FHIR VersionR4
Sourcehttp://hitstdio.ntunhs.edu.tw/fhir/file://D:\IG\dcc-tw-test\output/CodeSystem-DCC-QR-Format-CodeSystem.html
URLhttp://hitstdio.ntunhs.edu.tw/fhir/CodeSystem/DCC-QR-Format-CodeSystem
Version0.0.1
Statusactive
Date2021-08-17T11:14:28+08:00
NameDCC_QR_Format_CodeSystem
TitleDCC QR Format Codes
DescriptionPossible formats available for QR data.
Contentcomplete

Resources that use this resource

ValueSet
DCC-QR-Format-ValueSetDCC QR Format Codes

Resources that this resource uses

No resources found


Narrative

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

This code system http://hitstdio.ntunhs.edu.tw/fhir/CodeSystem/DCC-QR-Format-CodeSystem defines the following codes:

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

Source

{
  "resourceType": "CodeSystem",
  "id": "DCC-QR-Format-CodeSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hitstdio.ntunhs.edu.tw/fhir/CodeSystem/DCC-QR-Format-CodeSystem",
  "version": "0.0.1",
  "name": "DCC_QR_Format_CodeSystem",
  "title": "DCC QR Format Codes",
  "status": "active",
  "date": "2021-08-17T11:14:28+08:00",
  "publisher": "Giorgio Cangioli - modified by HITSTD Lab",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "mailto:hitstdio@gmail.com"
        }
      ]
    }
  ],
  "description": "Possible formats available for QR data.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "158"
        }
      ],
      "text": "Taiwan"
    }
  ],
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "image",
      "display": "Image"
    },
    {
      "code": "serialized",
      "display": "Serialized QR Content"
    },
    {
      "code": "pdf",
      "display": "PDF version of the QR image"
    }
  ]
}