FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | BiologicallyDerivedProduct |
| Id | BiologicallyDerivedProduct-bdp-example.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: BiologicallyDerivedProduct bdp-example
productCode: E0398
identifier: https://www.isbt128.org/uri/MPHOUniqueIdentifier/A9999E0398A999921123456A00000
biologicalSourceEvent: https://www.isbt128.org/uri/DonationIdentificationNumber/A999921123456
processingFacility: Organization Example Processing Facility
division: A00000
productStatus: [not stated]: available (available)
expirationDate: 2021-08-02 23:59:00-0500
storageTempRequirements: 1-6 degrees C
property
type: ABORhD
value: A RhD Positive
property
type: Donor
value: Volunteer
{
"resourceType": "BiologicallyDerivedProduct",
"id": "bdp-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"productCode": {
"coding": [
{
"code": "E0398"
}
]
},
"identifier": [
{
"system": "https://www.isbt128.org/uri/MPHOUniqueIdentifier",
"value": "A9999E0398A999921123456A00000"
}
],
"biologicalSourceEvent": {
"system": "https://www.isbt128.org/uri/DonationIdentificationNumber",
"value": "A999921123456"
},
"processingFacility": [
{
"reference": "Organization/A9999"
}
],
"division": "A00000",
"productStatus": {
"code": "available"
},
"expirationDate": "2021-08-02T23:59:00-05:00",
"storageTempRequirements": {
"low": {
"value": 1,
"unit": "degrees C",
"system": "http://unitsofmeasure.org"
},
"high": {
"value": 6,
"unit": "degrees C",
"system": "http://unitsofmeasure.org"
}
},
"property": [
{
"type": {
"coding": [
{
"code": "ABORhD"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.isbt128.org/uri/ABORhD",
"code": "62",
"display": "A RhD Positive"
}
]
}
},
{
"type": {
"coding": [
{
"code": "Donor"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://www.isbt128.org/uri/CollectionType",
"code": "V",
"display": "Volunteer"
}
]
}
}
]
}