This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cb55ec7
Showing
636 changed files
with
48,973 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,338 @@ | ||
<!-- get modelType --><?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE HTML> | ||
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> | ||
<title> - Sample Implementation Guide for HDS v1.0.0</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<meta name="author" content="http://hl7.org/fhir"/> | ||
|
||
<link rel="stylesheet" href="fhir.css"/> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link rel="stylesheet" href="assets/css/bootstrap-fhir.css"/> | ||
|
||
<!-- Project extras --> | ||
<link rel="stylesheet" href="assets/css/project.css"/> | ||
<link rel="stylesheet" href="assets/css/pygments-manni.css"/> | ||
<link rel="stylesheet" href="assets/css/jquery-ui.css"/> | ||
<link rel="stylesheet" href="assets/css/prism.css"/> | ||
<!-- Placeholder for child template CSS declarations --> | ||
<link rel="stylesheet" href="assets/css/hl7-be.css"/> | ||
<!-- Placeholder for child template CSS declarations --> | ||
<!-- IMEC - AI & Data --> | ||
<!-- active --> | ||
|
||
<!-- no fitting stylesheet found (status/publisher) --> | ||
|
||
<link rel="stylesheet" href="assets/css/lforms.min.css"/> | ||
|
||
<!-- Placeholder for child template CSS declarations --> | ||
<link rel="stylesheet" href="assets/css/colors.css"/> | ||
|
||
<script src="fhir-table-scripts.js" type="text/javascript"> </script> | ||
|
||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- [if lt IE 9]> | ||
<script src="assets/js/html5shiv.js"></script> | ||
<script src="assets/js/respond.min.js"></script> | ||
<![endif] --> | ||
|
||
<!-- Favicons --> | ||
<link sizes="144x144" rel="fhir-logo" href="assets/ico/icon-fhir-144.png"/> | ||
<link sizes="114x114" rel="fhir-logo" href="assets/ico/icon-fhir-114.png"/> | ||
<link sizes="72x72" rel="fhir-logo" href="assets/ico/icon-fhir-72.png"/> | ||
<link rel="fhir-logo" href="assets/ico/icon-fhir-57.png"/> | ||
<link rel="shortcut icon" href="assets/ico/favicon.png"/> | ||
</head> | ||
<body onload="document.body.style.opacity='1'"> | ||
|
||
<script src="assets/js/prism.js"></script> | ||
|
||
<style type="text/css">h2{--heading-prefix:""} | ||
h3,h4,h5,h6{--heading-prefix:""}</style> | ||
<div id="segment-header" class="segment"> <!-- segment-header --> | ||
<div class="container"> <!-- container --> | ||
<!-- Placeholder for child template header declarations --> | ||
|
||
|
||
<!-- IMEC - AI & Data --> | ||
<!-- active --> | ||
|
||
<div id="ig-nav"> | ||
<a no-external="true" id="hl7-logo" href="https://hl7belgium.org"> | ||
<img src="assets/images/hl7be-logo-header.png" alt="HL7 Belgium" height="65"/> | ||
</a> | ||
</div> | ||
<div id="fhir-nav"> | ||
<a no-external="true" id="fhir-logo" href="http://hl7.org/fhir"><img src="assets/images/fhir-logo-www.png" alt="Visit the FHIR website" height="50"/> </a> | ||
</div> | ||
<div id="ig-search"> | ||
<a no-external="true" id="hl7-search-lnk" href="http://hl7.org/fhir/search.cfm"><img src="assets/images/search.png" alt="Search FHIR"/></a> | ||
</div> | ||
|
||
|
||
|
||
<div id="ig-status"> | ||
<p><span style="font-size:12pt;font-weight:bold">Sample Implementation Guide for HDS</span> | ||
<br/> | ||
<span style="display:inline-block;">1.0.0 - STU1 | ||
|
||
|
||
|
||
<img src="assets/images/001.svg" alt="International flag" title="International" height="16"/> | ||
|
||
|
||
</span> | ||
</p> | ||
</div> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-header --> | ||
|
||
<div id="segment-navbar" class="segment"> <!-- segment-navbar --> | ||
<div id="stripe"> </div> | ||
<div class="container"> <!-- container --> | ||
<!-- HEADER CONTENT --> | ||
|
||
<nav class="navbar navbar-inverse"> | ||
<!-- status-bar --> | ||
<div class="container"> | ||
<button data-target=".navbar-inverse-collapse" data-toggle="collapse" type="button" class="navbar-toggle"> | ||
<span class="icon-bar"> </span> | ||
<span class="icon-bar"> </span> | ||
<span class="icon-bar"> </span> | ||
</button> | ||
<a href="http://hl7.org/fhir/R4/index.html" class="navbar-brand hidden">FHIR</a> | ||
<div class="nav-collapse collapse navbar-inverse-collapse"> | ||
<!-- menu.xml --> | ||
|
||
<ul class="nav navbar-nav"> | ||
<li> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="artifacts.html">Artifacts</a> | ||
</li> | ||
<li> | ||
<a href="downloads.html">Downloads</a> | ||
</li> | ||
<li> | ||
<a href="changes.html">Changes</a> | ||
</li> | ||
</ul> | ||
</div> <!-- /.nav-collapse --> | ||
</div> <!-- /.container --> | ||
</nav> <!-- /.navbar --> | ||
<!-- /HEADER CONTENT --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-navbar --> | ||
<!-- status-bar --> | ||
|
||
<div id="segment-breadcrumb" class="segment"> <!-- segment-breadcrumb --> | ||
<div class="container"> <!-- container --> | ||
<ul class="breadcrumb"> | ||
|
||
|
||
</ul> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-breadcrumb --> | ||
|
||
<a name="top"> </a> | ||
<div id="segment-content" class="segment"> <!-- segment-content --> | ||
<div class="container"> <!-- container --> | ||
<div class="row"> | ||
<div class="inner-wrapper"> | ||
|
||
<div style="counter-reset: section 6" class="col-12"> | ||
<!-- ReleaseHeader --><p id="publish-box"><a name="l254"></a>Sample Implementation Guide for HDS, published by IMEC - AI & Data. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of <a href="https://github.com/imec-int/hds-fhir">https://github.com/imec-int/hds-fhir</a> and changes regularly. See the <a href="https://imec-int.github.io/hds-fhir//history.html">Directory of published versions</a></p> <!-- EndReleaseHeader --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<ul class="nav nav-tabs"> | ||
|
||
<li> | ||
<a href="StructureDefinition-Class.html">Content</a> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
<a href="StructureDefinition-Class-definitions.html">Detailed Descriptions</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
<li> | ||
<a href="StructureDefinition-Class-mappings.html">Mappings</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a href="StructureDefinition-Class.profile.xml.html">XML</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
<li> | ||
<a href="StructureDefinition-Class.profile.json.html">JSON</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
<li> | ||
<a href="StructureDefinition-Class.profile.ttl.html">TTL</a> | ||
</li> | ||
|
||
|
||
|
||
</ul> | ||
|
||
|
||
<a name="root"> </a> | ||
<h2 id="root">Data Type Profile: Class - Examples</h2> | ||
|
||
<table class="colsi"> | ||
<tr> | ||
|
||
<td colspan="2"> | ||
|
||
Active | ||
|
||
as of 2024-04-18 | ||
|
||
|
||
</td> | ||
|
||
</tr> | ||
</table> | ||
|
||
|
||
<!-- insert intro if present --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<p><b>No examples are currently available for the Profile.</b></p> | ||
|
||
|
||
<!-- insert notes if present --> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</div> <!-- /inner-wrapper --> | ||
</div> <!-- /row --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-content --> | ||
|
||
<script src="assets/js/jquery.js" type="text/javascript"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails --> | ||
<script src="assets/js/jquery-ui.min.js" type="text/javascript"> </script> | ||
|
||
<script type="text/javascript"> | ||
try { | ||
var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index'); | ||
} catch(exception) { | ||
} | ||
|
||
if (!currentTabIndex) | ||
currentTabIndex = '0'; | ||
|
||
$( '#tabs' ).tabs({ | ||
active: currentTabIndex, | ||
activate: function( event, ui ) { | ||
var active = $('.selector').tabs('option', 'active'); | ||
currentTabIndex = ui.newTab.index(); | ||
document.activeElement.blur(); | ||
try { | ||
sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex); | ||
} catch(exception) { | ||
} | ||
} | ||
}); | ||
</script> | ||
|
||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
if(window.location.hash != "") { | ||
$('a[href="' + window.location.hash + '"]').click() | ||
} | ||
}); | ||
</script> | ||
<a name="bottom"> </a> | ||
<div igtool="footer" id="segment-footer" class="segment"> <!-- segment-footer --> | ||
<div class="container"> <!-- container --> | ||
|
||
<div class="inner-wrapper"> | ||
<p> | ||
IG © 2021+ <a style="color:var(--footer-hyperlink-text-color)" href="https://www.imec-int.com">IMEC - AI & Data</a>. Package my-ig#1.0.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>. Generated <span title="Thu, Apr 18, 2024 12:47+0000">2024-04-18</span> | ||
<br/> | ||
<span style="color: var(--footer-highlight-text-color)"><a name="l378"></a> | ||
<!-- IMEC - AI & Data --> | ||
<!-- active --> | ||
|
||
Links: <a style="color: var(--footer-hyperlink-text-color)" href="toc.html">Table of Contents</a> | | ||
<a style="color: var(--footer-hyperlink-text-color)" href="qa.html">QA Report</a> | | ||
|
||
<a style="color: var(--footer-hyperlink-text-color)" href="https://imec-int.github.io/hds-fhir//history.html" target="_blank">Version History</a> | | ||
<a rel="license" style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/license.html"><img src="assets/images/cc-by.png" alt="CC-BY" style="border-style: none;" height="17"/></a> | ||
<!-- no fitting stylesheet found (status/publisher) --> | ||
|
||
|
||
</span> | ||
</p> | ||
</div> <!-- /inner-wrapper --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-footer --> | ||
|
||
<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer --> | ||
<div class="container"> <!-- container --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-post-footer --> | ||
|
||
<!-- JS and analytics only. --> | ||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="assets/js/bootstrap.min.js" type="text/javascript"> </script> | ||
<script src="assets/js/respond.min.js" type="text/javascript"> </script> | ||
<script src="assets/js/anchor.min.js" type="text/javascript"> </script> | ||
<script src="assets/js/clipboard.min.js" type="text/javascript"> </script> | ||
<script src="assets/js/clipboard-btn.js" type="text/javascript"> </script> | ||
<script>anchors.options.visible = 'hover' | ||
anchors.add()</script> | ||
|
||
<!-- feedback form - Google forms --> | ||
<!-- v0.1, 2021-01-09 --> | ||
|
||
|
||
|
||
<!-- / feedback form --> | ||
|
||
<!-- Analytics Below | ||
================================================== --> | ||
</body> | ||
</html> |
Oops, something went wrong.