OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: bdp-example

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "BiologicallyDerivedProduct",
  "id" : "bdp-example",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: BiologicallyDerivedProduct bdp-example</b></p><a name=\"bdp-example\"> </a><a name=\"hcbdp-example\"> </a><p><b>productCode</b>: <span title=\"Codes:\">E0398</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=\"Organization-A9999.html\">Organization Example Processing Facility</a></p><p><b>division</b>: A00000</p><p><b>productStatus</b>: [not stated]: available (available)</p><p><b>expirationDate</b>: 2021-08-02 23:59:00-0500</p><p><b>storageTempRequirements</b>: 1-6 degrees C</p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:\">ABORhD</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/ABORhD 62}\">A RhD Positive</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:\">Donor</span></p><p><b>value</b>: <span title=\"Codes:{https://www.isbt128.org/uri/CollectionType V}\">Volunteer</span></p></blockquote></div>"
  },
  "productCode" : //  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
  </text> 
  {
    "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"
          }
        ]
      }
    }
  ]
}