HL7 Terminology (THO)
6.3.0 - Continuous Process Integration (ci build)
HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
{
"resourceType" : "CodeSystem",
"id" : "published-in-type",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem published-in-type</b></p><a name=\"published-in-type\"> </a><a name=\"hcpublished-in-type\"> </a><a name=\"published-in-type-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/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" : 1
}
],
"url" : "http://terminology.hl7.org/CodeSystem/published-in-type",
"version" : "1.0.0",
"name" : "PublishedInType",
"title" : "Published In Type",
"status" : "active",
"experimental" : false,
"date" : "2025-01-20T16: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.",
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/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."
}
]
}