FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative | Maturity Level: 0 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "definition-use"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/definition-use</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\">fhir-structure<a name=\"definition-use-fhir-structure\"> </a></td><td>FHIR Structure</td><td>This structure is defined as part of the base FHIR Specification</td></tr><tr><td style=\"white-space:nowrap\">custom-resource<a name=\"definition-use-custom-resource\"> </a></td><td>Custom Resource</td><td>This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)</td></tr><tr><td style=\"white-space:nowrap\">dam<a name=\"definition-use-dam\"> </a></td><td>Domain Analysis Model</td><td>This structure captures an analysis of a domain</td></tr><tr><td style=\"white-space:nowrap\">wire-format<a name=\"definition-use-wire-format\"> </a></td><td>Wire Format</td><td>This structure represents and existing structure (e.g. CDA, HL7 v2)</td></tr><tr><td style=\"white-space:nowrap\">archetype<a name=\"definition-use-archetype\"> </a></td><td>Domain Analysis Model</td><td>This structure captures an analysis of a domain</td></tr><tr><td style=\"white-space:nowrap\">template<a name=\"definition-use-template\"> </a></td><td>Template</td><td>This structure is a template (n.b: 'template' has many meanings)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/definition-use"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "DefinitionUseCodes"] ; #
fhir:title [ fhir:v "Structure Definition Use Codes / Keywords"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-02-26T04:07:30+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "Structure Definition Use Codes / Keywords"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/definition-use|2.0.0"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/definition-use|2.0.0>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "fhir-structure" ] ;
fhir:display [ fhir:v "FHIR Structure" ] ;
fhir:definition [ fhir:v "This structure is defined as part of the base FHIR Specification" ]
] [
fhir:code [ fhir:v "custom-resource" ] ;
fhir:display [ fhir:v "Custom Resource" ] ;
fhir:definition [ fhir:v "This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)" ]
] [
fhir:code [ fhir:v "dam" ] ;
fhir:display [ fhir:v "Domain Analysis Model" ] ;
fhir:definition [ fhir:v "This structure captures an analysis of a domain" ]
] [
fhir:code [ fhir:v "wire-format" ] ;
fhir:display [ fhir:v "Wire Format" ] ;
fhir:definition [ fhir:v "This structure represents and existing structure (e.g. CDA, HL7 v2)" ]
] [
fhir:code [ fhir:v "archetype" ] ;
fhir:display [ fhir:v "Domain Analysis Model" ] ;
fhir:definition [ fhir:v "This structure captures an analysis of a domain" ]
] [
fhir:code [ fhir:v "template" ] ;
fhir:display [ fhir:v "Template" ] ;
fhir:definition [ fhir:v "This structure is a template (n.b: 'template' has many meanings)" ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History