AdministrationThis page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
| Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example of autologous HCT transplant using biologicallyderivedproduct
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:BiologicallyDerivedProduct ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "autologousHCT"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: BiologicallyDerivedProduct</b><a name=\"autologousHCT\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource BiologicallyDerivedProduct "autologousHCT" </p></div><p><b>productCategory</b>: <span title=\" <text>\n <status value="generated" />\n <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>\n </text> \">cells (Details: [not stated] code cells = 'cells', stated as 'null')</span></p><p><b>productCode</b>: S1128 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#S1128)</span></p><p><b>request</b>: <a href=\"broken-link.html\">BiologicallyDerivedProduct/HCTcollection-servicerequest: Service Request for HCT Collection</a></p><p><b>identifier</b>: id: PL001499Z549917123456 A00T041600320171231</p><p><b>biologicalSourceEvent</b>: id: W000022000687</p><p><b>processingFacility</b>: <a href=\"broken-link.html\">Organization/Example</a></p><p><b>division</b>: A00000</p><p><b>productStatus</b>: available (Details: [not stated] code available = 'available', stated as 'null')</p><p><b>expirationDate</b>: 2028-08-02T23:59:00-05:00</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Source</b></td></tr><tr><td>*</td><td><a href=\"broken-link.html\">Patient/example-a: HCT Collection</a></td></tr></table><p><b>storageTempRequirements</b>: ?--120</p><blockquote><p><b>property</b></p><p><b>type</b>: ABORhD <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#ABORhD)</span></p><p><b>value</b>: A RhD Positive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ABORhD#62)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: CollectionType <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#CollectionType)</span></p><p><b>value</b>: For Autologous Use Only <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CollectionType#1)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: BagVolume <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#BagVolume)</span></p><p><b>value</b>: 50 mL</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: 74838-4 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#74838-4)</span></p><p><b>value</b>: 2.6 10*6/mL</p></blockquote></div>"
] ; # <text>
# <status value="generated" />
# <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
# </text>
fhir:productCategory [
fhir:code [ fhir:v "cells" ]
] ; #
fhir:productCode [
fhir:coding ( [
fhir:code [ fhir:v "S1128" ]
] )
] ; #
fhir:request ( [
fhir:reference [ fhir:v "BiologicallyDerivedProduct/HCTcollection-servicerequest" ] ;
fhir:display [ fhir:v "Service Request for HCT Collection" ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.isbt128.org/uri/SingleEuropeanCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PL001499Z549917123456 A00T041600320171231" ]
] ) ; #
fhir:biologicalSourceEvent [
fhir:system [ fhir:v "https://www.isbt128.org/uri/DonationIdentificationNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "W000022000687" ]
] ; #
fhir:processingFacility ( [
fhir:reference [ fhir:v "Organization/Example" ]
] ) ; #
fhir:division [ fhir:v "A00000"] ; #
fhir:productStatus [
fhir:code [ fhir:v "available" ]
] ; #
fhir:expirationDate [ fhir:v "2028-08-02T23:59:00-05:00"^^xsd:dateTime] ; #
fhir:collection [
fhir:source [
fhir:reference [ fhir:v "Patient/example-a" ] ;
fhir:display [ fhir:v "HCT Collection" ]
]
] ; #
fhir:storageTempRequirements [
fhir:high [
fhir:value [ fhir:v "-120"^^xsd:decimal ] ;
fhir:unit [ fhir:v "degrees C" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
]
] ; #
fhir:property ( [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "ABORhD" ]
] )
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "https://www.isbt128.org/uri/ABORhD"^^xsd:anyURI ] ;
fhir:code [ fhir:v "62" ] ;
fhir:display [ fhir:v "A RhD Positive" ]
] )
]
] [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "CollectionType" ]
] )
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "https://www.isbt128.org/uri/CollectionType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "For Autologous Use Only" ]
] )
]
] [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "BagVolume" ]
] )
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "50"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
]
] [
fhir:type [
fhir:coding ( [
fhir:code [ fhir:v "74838-4" ]
] )
] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "2.6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10*6/mL" ] ;
fhir:system [ fhir:v "https://ucum.org/"^^xsd:anyURI ]
]
] )] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 hl7.fhir.core#5.0.0 generated on Sun, Mar 26, 2023 15:24+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R4B |
|
Propose a change