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

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

: Substance Weight Method - TTL Representation

Page standards status: Informative Maturity Level: 1

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 "substance-weight-method"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/substance-weight-method</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">SDS-PAGE\n                  <a name=\"substance-weight-method-SDS-PAGE\"> </a>\n                </td>\n                <td>SDS-PAGE (sodium dodecyl sulfate-polyacrylamide gel electrophoresis)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Calculated\n                  <a name=\"substance-weight-method-Calculated\"> </a>\n                </td>\n                <td>calculated</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">LighScattering\n                  <a name=\"substance-weight-method-LighScattering\"> </a>\n                </td>\n                <td>light scattering</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Viscosity\n                  <a name=\"substance-weight-method-Viscosity\"> </a>\n                </td>\n                <td>viscosity</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">GelPermeationCentrifugation\n                  <a name=\"substance-weight-method-GelPermeationCentrifugation\"> </a>\n                </td>\n                <td>gel permeation centrifugation</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">End-groupAnalysis\n                  <a name=\"substance-weight-method-End-groupAnalysis\"> </a>\n                </td>\n                <td>End-group analysis</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">End-groupTitration\n                  <a name=\"substance-weight-method-End-groupTitration\"> </a>\n                </td>\n                <td>End-group titration</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Size-ExclusionChromatography\n                  <a name=\"substance-weight-method-Size-ExclusionChromatography\"> </a>\n                </td>\n                <td>Size-exclusion chromatography</td>\n              </tr>\n            </table>\n          </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 1     ]
  ] [
    ( 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 "brr"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/substance-weight-method"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "SubstanceWeightMethod"] ; # 
  fhir:title [ fhir:v "Substance Weight Method"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Biomedical Research and Regulation"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Biomedical Research and Regulation" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "SubstanceWeightMethod"] ; # 
  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/substance-weight-method"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/substance-weight-method>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SDS-PAGE" ] ;
fhir:display [ fhir:v "SDS-PAGE (sodium dodecyl sulfate-polyacrylamide gel electrophoresis)" ]
  ] [
fhir:code [ fhir:v "Calculated" ] ;
fhir:display [ fhir:v "calculated" ]
  ] [
fhir:code [ fhir:v "LighScattering" ] ;
fhir:display [ fhir:v "light scattering" ]
  ] [
fhir:code [ fhir:v "Viscosity" ] ;
fhir:display [ fhir:v "viscosity" ]
  ] [
fhir:code [ fhir:v "GelPermeationCentrifugation" ] ;
fhir:display [ fhir:v "gel permeation centrifugation" ]
  ] [
fhir:code [ fhir:v "End-groupAnalysis" ] ;
fhir:display [ fhir:v "End-group analysis" ]
  ] [
fhir:code [ fhir:v "End-groupTitration" ] ;
fhir:display [ fhir:v "End-group titration" ]
  ] [
fhir:code [ fhir:v "Size-ExclusionChromatography" ] ;
fhir:display [ fhir:v "Size-exclusion chromatography" ]
  ] ) . #