FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.oo-incubator
Resource TypeBiologicallyDerivedProduct
IdBiologicallyDerivedProduct-bdp-example.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
          }
        ]
      }
    }
  ]
}