New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: MyDocumentMode - JSON Representation

Active as of 2019-11-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "my-document-mode",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-25T17:30:08.609+12:00"
  },
  "url" : "http://hl7.org/fhir/document-mode",
  "version" : "0.1.0",
  "name" : "MyDocumentMode",
  "title" : "MyDocumentMode",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-11-01T09:29:23+11: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/"
        }
      ]
    }
  ],
  "description" : "Whether the application produces or consumes documents.",
  "caseSensitive" : false,
  "valueSet" : "http://hl7.org/fhir/ValueSet/my-document-mode",
  "content" : "complete",
  "concept" : [
    {
      "code" : "producer",
      "display" : "Producer",
      "definition" : "The application produces documents of the specified type."
    },
    {
      "code" : "consumer",
      "display" : "Consumer",
      "definition" : "The application consumes documents of the specified type."
    }
  ]
}