This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example of 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 ------------------------------------------------------------------- <http://hl7.org/fhir/BiologicallyDerivedProduct/example> a fhir:BiologicallyDerivedProduct; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource "example" </p></div><p><b>productCode</b>: RED BLOOD CELLS, CPD - AS5, 450ml, refg, irradiated, res Leu lt 5 x 10^6 <span> (ProductDescriptionCode#E0398)</span></p><p><b>identifier</b>: id: A9999E0398A999921123456000001</p><p><b>biologicalSource</b>: id: A999921123456</p><p><b>processingFacility</b>: <a>Organization/A9999</a></p><p><b>division</b>: A00000</p><p><b>status</b>: available</p><p><b>expirationDate</b>: 2021-08-02T23:59:00-05:00</p><p><b>storageTempRequirements</b>: 1-6 degrees C</p><blockquote><p><b>property</b></p><p><b>type</b>: ABORhD type <span> (#ABORhD)</span></p><p><b>value</b>: A RhD Positive <span> (ABORhD#62)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Collection Type <span> (#CollectionType)</span></p><p><b>value</b>: Volunteer <span> (CollectionType#V)</span></p></blockquote></div>" ]; fhir:BiologicallyDerivedProduct.productCode [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://www.isbt128.org/uri/ProductDescriptionCode" ]; fhir:Coding.code [ fhir:value "E0398" ]; fhir:Coding.display [ fhir:value "RED BLOOD CELLS, CPD - AS5, 450ml, refg, irradiated, res Leu lt 5 x 10^6" ] ] ]; fhir:BiologicallyDerivedProduct.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://www.isbt128.org/uri/MPHOUniqueIdentifier" ]; fhir:Identifier.value [ fhir:value "A9999E0398A999921123456000001" ] ]; fhir:BiologicallyDerivedProduct.biologicalSource [ fhir:Identifier.system [ fhir:value "https://www.isbt128.org/uri/DonationIdentificationNumber" ]; fhir:Identifier.value [ fhir:value "A999921123456" ] ]; fhir:BiologicallyDerivedProduct.processingFacility [ fhir:index 0; fhir:link <http://hl7.org/fhir/Organization/A9999>; fhir:Reference.reference [ fhir:value "Organization/A9999" ] ]; fhir:BiologicallyDerivedProduct.division [ fhir:value "A00000"]; fhir:BiologicallyDerivedProduct.status [ fhir:value "available"]; fhir:BiologicallyDerivedProduct.expirationDate [ fhir:value "2021-08-02T23:59:00-05:00"^^xsd:dateTime]; fhir:BiologicallyDerivedProduct.storageTempRequirements [ fhir:Range.low [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "degrees C" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ]; fhir:Range.high [ fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "degrees C" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ] ]; fhir:BiologicallyDerivedProduct.property [ fhir:index 0; fhir:BiologicallyDerivedProduct.property.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://www.isbt128.org/uri/" ]; fhir:Coding.code [ fhir:value "ABORhD" ]; fhir:Coding.display [ fhir:value "ABORhD type" ] ] ]; fhir:BiologicallyDerivedProduct.property.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://www.isbt128.org/uri/ABORhD" ]; fhir:Coding.code [ fhir:value "62" ]; fhir:Coding.display [ fhir:value "A RhD Positive" ] ] ] ], [ fhir:index 1; fhir:BiologicallyDerivedProduct.property.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://www.isbt128.org/uri/" ]; fhir:Coding.code [ fhir:value "CollectionType" ]; fhir:Coding.display [ fhir:value "Collection Type" ] ] ]; fhir:BiologicallyDerivedProduct.property.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://www.isbt128.org/uri/CollectionType" ]; fhir:Coding.code [ fhir:value "V" ]; fhir:Coding.display [ fhir:value "Volunteer" ] ] ] ] . <http://hl7.org/fhir/Organization/A9999> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/BiologicallyDerivedProduct/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/BiologicallyDerivedProduct/example.ttl> . # -------------------------------------------------------------------------------------
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.