FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions

: RelatedArtifactType - TTL Representation

Page standards status: Informative Maturity Level: 5

Raw ttl | Download


@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 "related-artifact-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem related-artifact-type</b></p><a name=\"related-artifact-type\"> </a><a name=\"hcrelated-artifact-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/related-artifact-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\">documentation<a name=\"related-artifact-type-documentation\"> </a></td><td>Documentation</td><td>Additional documentation for the knowledge resource. This would include additional instructions on usage as well as additional information on clinical context or appropriateness.</td></tr><tr><td style=\"white-space:nowrap\">justification<a name=\"related-artifact-type-justification\"> </a></td><td>Justification</td><td>A summary of the justification for the knowledge resource including supporting evidence, relevant guidelines, or other clinically important information. This information is intended to provide a way to make the justification for the knowledge resource available to the consumer of interventions or results produced by the knowledge resource.</td></tr><tr><td style=\"white-space:nowrap\">citation<a name=\"related-artifact-type-citation\"> </a></td><td>Citation</td><td>Bibliographic citation for papers, references, or other relevant material for the knowledge resource. This is intended to allow for citation of related material, but that was not necessarily specifically prepared in connection with this knowledge resource.</td></tr><tr><td style=\"white-space:nowrap\">predecessor<a name=\"related-artifact-type-predecessor\"> </a></td><td>Predecessor</td><td>The previous version of the knowledge resource.</td></tr><tr><td style=\"white-space:nowrap\">successor<a name=\"related-artifact-type-successor\"> </a></td><td>Successor</td><td>The next version of the knowledge resource.</td></tr><tr><td style=\"white-space:nowrap\">derived-from<a name=\"related-artifact-type-derived-from\"> </a></td><td>Derived From</td><td>The knowledge resource is derived from the related artifact. This is intended to capture the relationship in which a particular knowledge resource is based on the content of another artifact, but is modified to capture either a different set of overall requirements, or a more specific set of requirements such as those involved in a particular institution or clinical setting.</td></tr><tr><td style=\"white-space:nowrap\">depends-on<a name=\"related-artifact-type-depends-on\"> </a></td><td>Depends On</td><td>The knowledge resource depends on the given related artifact.</td></tr><tr><td style=\"white-space:nowrap\">composed-of<a name=\"related-artifact-type-composed-of\"> </a></td><td>Composed Of</td><td>The knowledge resource is composed of the given related artifact.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4.r4b"       ]     ] [
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://hl7.org/fhir/related-artifact-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "RelatedArtifactType"] ; # 
  fhir:title [ fhir:v "RelatedArtifactType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-11-01T08:29:23+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 "The type of relationship to the related artifact."] ; # 
  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://hl7.org/fhir/ValueSet/related-artifact-type|4.3.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/related-artifact-type|4.3.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "documentation" ] ;
fhir:display [ fhir:v "Documentation" ] ;
fhir:definition [ fhir:v "Additional documentation for the knowledge resource. This would include additional instructions on usage as well as additional information on clinical context or appropriateness." ]
  ] [
fhir:code [ fhir:v "justification" ] ;
fhir:display [ fhir:v "Justification" ] ;
fhir:definition [ fhir:v "A summary of the justification for the knowledge resource including supporting evidence, relevant guidelines, or other clinically important information. This information is intended to provide a way to make the justification for the knowledge resource available to the consumer of interventions or results produced by the knowledge resource." ]
  ] [
fhir:code [ fhir:v "citation" ] ;
fhir:display [ fhir:v "Citation" ] ;
fhir:definition [ fhir:v "Bibliographic citation for papers, references, or other relevant material for the knowledge resource. This is intended to allow for citation of related material, but that was not necessarily specifically prepared in connection with this knowledge resource." ]
  ] [
fhir:code [ fhir:v "predecessor" ] ;
fhir:display [ fhir:v "Predecessor" ] ;
fhir:definition [ fhir:v "The previous version of the knowledge resource." ]
  ] [
fhir:code [ fhir:v "successor" ] ;
fhir:display [ fhir:v "Successor" ] ;
fhir:definition [ fhir:v "The next version of the knowledge resource." ]
  ] [
fhir:code [ fhir:v "derived-from" ] ;
fhir:display [ fhir:v "Derived From" ] ;
fhir:definition [ fhir:v "The knowledge resource is derived from the related artifact. This is intended to capture the relationship in which a particular knowledge resource is based on the content of another artifact, but is modified to capture either a different set of overall requirements, or a more specific set of requirements such as those involved in a particular institution or clinical setting." ]
  ] [
fhir:code [ fhir:v "depends-on" ] ;
fhir:display [ fhir:v "Depends On" ] ;
fhir:definition [ fhir:v "The knowledge resource depends on the given related artifact." ]
  ] [
fhir:code [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Composed Of" ] ;
fhir:definition [ fhir:v "The knowledge resource is composed of the given related artifact." ]
  ] ) . #