Example BiologicallyDerivedProduct/example (Turtle)
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 -------------------------------------------------------------------
[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: BiologicallyDerivedProduct</b><a name=\"example\"> </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 "example" </p></div><p><b>productCode</b>: <span title=\" <text>\n <status value="generated" />\n <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>\n </text> \">E0398 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#E0398)</span></span></p><p><b>identifier</b>: id: A9999E0398A999921123456A00000</p><p><b>biologicalSourceEvent</b>: id: A999921123456</p><p><b>processingFacility</b>: <a href=\"broken-link.html\">Organization/A9999</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>: 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 (Details: [not stated] code ABORhD = 'ABORhD', stated as 'null')</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>: V (Details: [not stated] code V = 'V', stated as 'null')</p><p><b>value</b>: Volunteer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CollectionType#V)</span></p></blockquote></div>"
];
fhir:BiologicallyDerivedProduct.productCode [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "E0398" ]
]
];
fhir:BiologicallyDerivedProduct.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "https://www.isbt128.org/uri/MPHOUniqueIdentifier" ];
fhir:Identifier.value [ fhir:value "A9999E0398A999921123456A00000" ]
];
fhir:BiologicallyDerivedProduct.biologicalSourceEvent [
fhir:Identifier.system [ fhir:value "https://www.isbt128.org/uri/DonationIdentificationNumber" ];
fhir:Identifier.value [ fhir:value "A999921123456" ]
];
fhir:BiologicallyDerivedProduct.processingFacility [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Organization/A9999" ]
];
fhir:BiologicallyDerivedProduct.division [ fhir:value "A00000"];
fhir:BiologicallyDerivedProduct.productStatus [
fhir:Coding.code [ 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:Coding.code [ fhir:value "ABORhD" ]
];
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:Coding.code [ fhir:value "V" ]
];
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" ]
]
]
]] .
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.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.