This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example BiologicallyDerivedProduct/autologousHCT (Turtle)
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:productCategory ( [
fhir:coding ( [
fhir:code [ fhir:v "cells" ]
] )
] ) ; # <text>
# <status value="generated" />
# <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
# </text>
fhir:productCode [
fhir:coding ( [
fhir:code [ fhir:v "S1128" ]
] )
] ; #
fhir:request ( [
fhir:reference [ fhir:v "ServiceRequest/example" ] ;
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/pat1" ] ;
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.