FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/published-in-type

Packagehl7.terminology.r3
TypeCodeSystem
Idpublished-in-type
FHIR VersionR3
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.5.0/CodeSystem-published-in-type.html
URLhttp://terminology.hl7.org/CodeSystem/published-in-type
Version1.0.0
Statusactive
Date2025-01-20T16:55:11+11:00
NamePublishedInType
TitlePublished In Type
Realmuv
Authorityhl7
DescriptionThe type of publication such as book, database, or journal.
Contentcomplete

Resources that use this resource

ValueSet
published-in-typePublished In Type
published-in-typePublished In Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem published-in-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/published-in-type defines the following codes:

CodeDisplayDefinition
D020492 PeriodicalPublication intended to be issued on an ongoing basis, generally more frequently than annually, containing separate articles, stories, or writings.
D019991 DatabaseA structured file of information or a set of logically related data stored and retrieved using computer-based means.
D001877 BookNon-periodical written or printed works consisting of sheets of pages fastened or bound together within covers.
D064886 DatasetWorks consisting of organized collections of data, which have been stored permanently in a formalized manner suitable for communication, interpretation, or processing.

Source

{
  "resourceType": "CodeSystem",
  "id": "published-in-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}