Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
0.9.2 - draft New Zealand flag

Health NZ | Te Whatu Ora FHIR Screening Implementation Guide - Local Development build (v0.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Codes (mime types) for encoding of attachments in NZ screening summary documents - JSON Representation

Active as of 2024-08-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "nz-screening-documenttypes-code",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nz-screening-documenttypes-code</b></p><a name=\"nz-screening-documenttypes-code\"> </a><a name=\"hcnz-screening-documenttypes-code\"> </a><a name=\"nz-screening-documenttypes-code-en-NZ\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mediaType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-mediaType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mediaType.html#v3-mediaType-application.47pdf\">application/pdf</a></td><td style=\"color: #cccccc\">PDF</td><td>The Portable Document Format is recommended for written text that is completely laid out and read-only. PDF is a platform independent, widely deployed, and open specification with freely available creation and rendering tools.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-mediaType.html#v3-mediaType-text.47html\">text/html</a></td><td style=\"color: #cccccc\">HTML Text</td><td>For marked-up text according to the Hypertext Mark-up Language. HTML markup is sufficient for typographically marking-up most written-text documents. HTML is platform independent and widely deployed.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/screening/ValueSet/nz-screening-documenttypes-code",
  "version" : "1.0.0",
  "name" : "NzScreeningDocumentMediaTypesVS",
  "title" : "Codes (mime types) for encoding of attachments in NZ screening summary documents",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-08-19T01:47:19+00:00",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        },
        {
          "system" : "email",
          "value" : "integration@tewhatuora.govt.nz"
        }
      ]
    },
    {
      "name" : "HNZ Integration Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "integration@tewhatuora.govt.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This value set filters the supported document attachment/reference mime types used in an NZ screening summary report",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-mediaType",
        "concept" : [
          {
            "code" : "application/pdf"
          },
          {
            "code" : "text/html"
          }
        ]
      }
    ]
  }
}