FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example BiologicallyDerivedProduct/example (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Example of biologicallyderivedproduct

{
  "resourceType" : "BiologicallyDerivedProduct",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: BiologicallyDerivedProduct</b><a name=\"example\"> </a><a name=\"hcexample\"> </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 &quot;example&quot; </p></div><p><b>productCode</b>: <span title=\"  &lt;text&gt;\n    &lt;status value=&quot;generated&quot; /&gt;\n    &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;[Put rendering here]&lt;/div&gt;\n  &lt;/text&gt;  \">E0398 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#E0398)</span></span></p><p><b>identifier</b>: <code>https://www.isbt128.org/uri/MPHOUniqueIdentifier</code>/A9999E0398A999921123456A00000</p><p><b>biologicalSourceEvent</b>: <code>https://www.isbt128.org/uri/DonationIdentificationNumber</code>/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 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#ABORhD)</span></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>: Donor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#Donor)</span></p><p><b>value</b>: Volunteer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CollectionType#V)</span></p></blockquote></div>"
  },
  "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"
      }]
    }
  }]
}

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.