Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FHIR-49113 Biologically Derived Product Module #3273

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions publish.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ compare-links-r5-ballot.png =
formularyitemscope.png =
immunizationrecommendation.png =
devicealert-state-machine.png =
biologicallyderivedproduct-module-generalexample.png =
biologicallyderivedproduct-module-celltherapyexample.png =

[files]
implementations/fhir-runtime.css = fhir-runtime.css
Expand Down Expand Up @@ -387,6 +389,7 @@ workflow-examples.html =
workflow-management.html =
workflow-module.html =
workflow.html =
biologically-derived-product-module.html =
xml.html =
; make this last:
best-practices.html =
Expand Down Expand Up @@ -442,6 +445,7 @@ todo.html =
w5.html =
wglist.html =
workflow-module.html =
biologically-derived-product-module.html =

; directories - no fmm etc needed
[page-titles]
Expand Down
478 changes: 478 additions & 0 deletions source/biologically-derived-product-module.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div>
<a name="scope"></a>
<h2>Scope and Usage</h2>
<p style="border:2px; border-style:solid; border-color:#999999; padding: 1em; border-radius: 4px 4px 4px 4px;"><b><i>For an overview of this resource and others in the Biologically Derived Product domain, also see the <a href="biologically-derived-product-module.html">module page</a>.</i></b></p>
<p>
This is a base resource that represents a material substance originating from a biological entity intended to be clinically applied (e.g., transplanted, infused, grafted) to another (possibly the same) biological entity. Examples include:
</p>
Expand Down
4 changes: 4 additions & 0 deletions source/hierarchy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ signatures.html
<page title="R4 Conversions" filename="productshelflife-version-maps.html"/>
</page>
</page>

<page title="Biologically Derived Product" filename="biologically-derived-product-module.html">
<!--<page type="resource" resource="BiologicallyDerivedProduct"/>-->
</page>

</page>

Expand Down
1 change: 1 addition & 0 deletions source/modules-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<li><a href="financial-module.html">Financial</a>: Billing and Claiming support</li>
<li><a href="clinicalreasoning-module.html">Clinical Reasoning</a>: Clinical Decision Support and Quality Measures</li>
<li><a href="medication-definition-module.html">Medication Definition</a>: Detailed medication definitions, for regulatory and drug dictionary use</li>
<li><a href="biologically-derived-product-module.html">Biologically Derived Product</a>: Resources and functionality used to model biologically derived products</li>
</ul>