FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/published-in-type (XML)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code SystemPublishedInType

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="published-in-type"/> 
  <meta> 
    <lastUpdated value="2024-04-12T18:40:09.078+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> This case-sensitive code system 
        <code> http://hl7.org/fhir/published-in-type</code>  defines the following codes:
      </p> 
      <table class="codes">
        <tr> 
          <td style="white-space:nowrap">
            <b> Code</b> 
          </td> 
          <td> 
            <b> Display</b> 
          </td> 
          <td> 
            <b> Definition</b> 
          </td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">D020492
            <a name="published-in-type-D020492"> </a> 
          </td> 
          <td> Periodical</td> 
          <td> Publication intended to be issued on an ongoing basis, generally more frequently
             than annually, containing separate articles, stories, or writings.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">D019991
            <a name="published-in-type-D019991"> </a> 
          </td> 
          <td> Database</td> 
          <td> A structured file of information or a set of logically related data stored and
             retrieved using computer-based means.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">D001877
            <a name="published-in-type-D001877"> </a> 
          </td> 
          <td> Book</td> 
          <td> Non-periodical written or printed works consisting of sheets of pages fastened
             or bound together within covers.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">D064886
            <a name="published-in-type-D064886"> </a> 
          </td> 
          <td> Dataset</td> 
          <td> Works consisting of organized collections of data, which have been stored permanently
             in a formalized manner suitable for communication, interpretation, or processing.</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/> 
  </extension> 
  <url value="http://hl7.org/fhir/published-in-type"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1887"/> 
  </identifier> 
  <version value="6.0.0-cibuild"/> 
  <name value="PublishedInType"/> 
  <title value="Published In Type"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <date value="2020-12-28T16:55:11+11:00"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
    <telecom> 
      <system value="email"/> 
      <value value="fhir@lists.hl7.org"/> 
    </telecom> 
  </contact> 
  <description value="The type of publication such as book, database, or journal."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <caseSensitive value="true"/> 
  <valueSet value="http://hl7.org/fhir/ValueSet/published-in-type"/> 
  <content value="complete"/> 
  <concept> 
    <code value="D020492"/> 
    <display value="Periodical"/> 
    <definition value="Publication intended to be issued on an ongoing basis, generally more frequently
     than annually, containing separate articles, stories, or writings."/> 
  </concept> 
  <concept> 
    <code value="D019991"/> 
    <display value="Database"/> 
    <definition value="A structured file of information or a set of logically related data stored and
     retrieved using computer-based means."/> 
  </concept> 
  <concept> 
    <code value="D001877"/> 
    <display value="Book"/> 
    <definition value="Non-periodical written or printed works consisting of sheets of pages fastened
     or bound together within covers."/> 
  </concept> 
  <concept> 
    <code value="D064886"/> 
    <display value="Dataset"/> 
    <definition value="Works consisting of organized collections of data, which have been stored permanently
     in a formalized manner suitable for communication, interpretation, or processing."/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.