{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Observation-BNet-Preg-TotalBloodLoss",
  "name": "Observation-BNet-Preg-TotalBloodLoss",
  "status": "active",
  "date": "2025-06-26T15:53:22.2105769Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Estimated and/or measured total blood loss within two hours of the birth. The value is sent as a unit of millilitres. Additionally, the value is accepted as an integer. Values with decimal places will be rejected. A value of greater than zero is expected.",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Total blood loss",
        "definition": "Estimated and/or measured total blood loss within two hours of the birth. The value is sent as a unit of millilitres. Additionally, the value is accepted as an integer. Values with decimal places will be rejected. A value of greater than zero is expected."
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "short": "Required snomed code for - Observation-BNet-Preg-TotalBloodLoss",
        "min": 1,
        "fixedCode": "48149007"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "decimal"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "short": "Unique resource identifier",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "Fixed code for the status of this observation",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Reference to the mother/pregnant person",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity.Unit",
        "path": "Observation.valueQuantity.Unit",
        "short": "The unit for this value is 'millilitre'",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity.system",
        "path": "Observation.valueQuantity.system",
        "short": "The system for this code is http://unitsofmeasure.org",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.valueQuantity.code",
        "path": "Observation.valueQuantity.code",
        "short": "System that defines coded unit form",
        "definition": "",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}