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 - XML Representation

Active as of 2019-11-01

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="my-document-mode"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2024-07-25T17:30:08.609+12:00"/>
  </meta>
  <url value="http://hl7.org/fhir/document-mode"/>
  <version value="0.1.0"/>
  <name value="MyDocumentMode"/>
  <title value="MyDocumentMode"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2019-11-01T09:29:23+11:00"/>
  <publisher value="Health New Zealand | Te Whatu Ora"/>
  <contact>
    <name value="Health New Zealand | Te Whatu Ora"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.tewhatuora.govt.nz/"/>
    </telecom>
  </contact>
  <description
               value="Whether the application produces or consumes documents."/>
  <caseSensitive value="false"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/my-document-mode"/>
  <content value="complete"/>
  <concept>
    <code value="producer"/>
    <display value="Producer"/>
    <definition
                value="The application produces documents of the specified type."/>
  </concept>
  <concept>
    <code value="consumer"/>
    <display value="Consumer"/>
    <definition
                value="The application consumes documents of the specified type."/>
  </concept>
</CodeSystem>