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 (JSON)

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

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

Definition for Code SystemPublishedInType

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

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.