TerminologyThis is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| Clinical Decision Support Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemTitleType
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "title-type"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ];
fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "cds" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.value [ fhir:value "trial-use" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "0" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/title-type"];
fhir:CanonicalResource.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1875" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
fhir:CanonicalResource.name [ fhir:value "TitleType"];
fhir:CanonicalResource.title [ fhir:value "TitleType"];
fhir:CanonicalResource.status [ fhir:value "active"];
fhir:CanonicalResource.experimental [ fhir:value "false"];
fhir:CanonicalResource.date [ fhir:value "2020-12-28T16:55:11+11:00"];
fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:CanonicalResource.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
], [
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
]
];
fhir:CanonicalResource.description [ fhir:value "Used to express the reason and specific aspect for the variant title, such as language and specific language."];
fhir:CanonicalResource.jurisdiction [
fhir:CodeableConcept.coding [
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ]
]
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/title-type"];
fhir:CodeSystem.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1875" ]
];
fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
fhir:CodeSystem.name [ fhir:value "TitleType"];
fhir:CodeSystem.title [ fhir:value "TitleType"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"];
fhir:CodeSystem.date [ fhir:value "2020-12-28T16:55:11+11:00"];
fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:CodeSystem.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
], [
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
]
];
fhir:CodeSystem.description [ fhir:value "Used to express the reason and specific aspect for the variant title, such as language and specific language."];
fhir:CodeSystem.jurisdiction [
fhir:CodeableConcept.coding [
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ]
]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/title-type"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "primary" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Primary title" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Main title for common use. The primary title used for representation if multiple titles exist." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "official" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Official title" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "The official or authoritative title." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "scientific" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Scientific title" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Title using scientific terminology." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "plain-language" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Plain language title" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Title using language common to lay public discourse." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "subtitle" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Subtitle" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Subtitle or secondary title." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "short-title" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Short title" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Brief title (e.g. 'running title' or title used in page headers)" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "acronym" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Acronym" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Abbreviation used as title" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "earlier-title" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Different text in an earlier version" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Alternative form of title in an earlier version such as epub ahead of print." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "language" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Different language" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Additional form of title in a different language." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "autotranslated" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Different language derived from autotranslation" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Machine translated form of title in a different language, language element codes the language into which it was translated by machine." ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "human-use" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Human use" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Human-friendly title" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "machine-use" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Machine use" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Machine-friendly title" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "duplicate-uid" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Different text for the same object with a different identifier" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "An alternative form of the title in two or more entries, e.g. in multiple medline entries" ]
] .
# -------------------------------------------------------------------------------------
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.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:13+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change