{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/stratif-ai-profiles/StructureDefinition/blood-pressure-observation",
  "name": "BloodPressureObservationProfile",
  "status": "draft",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "snapshot": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Blood pressure observation",
        "definition": "This profile represents a single blood pressure measurement.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "Observation",
          "min": 1,
          "max": "*"
        }
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "Status of the observation",
        "definition": "The status of the blood pressure observation (e.g., final, preliminary).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "base": {
          "path": "Observation.status",
          "min": 1,
          "max": "1"
        }
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "Category of the observation",
        "definition": "A category to group the observation (e.g., vital signs).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "base": {
          "path": "Observation.category",
          "min": 1,
          "max": "1"
        },
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/observation-category"
        }
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Code for the observation",
        "definition": "The LOINC code for blood pressure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "base": {
          "path": "Observation.code",
          "min": 1,
          "max": "1"
        },
        "binding": {
          "strength": "required",
          "valueSet": "http://loinc.org/vs/LL625-4"
        }
      },
      {
        "id": "Observation.valueQuantity",
        "path": "Observation.valueQuantity",
        "short": "Value of the blood pressure measurement",
        "definition": "The numeric value of the blood pressure measurement.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "base": {
          "path": "Observation.valueQuantity",
          "min": 1,
          "max": "1"
        }
      }
    ]
  }
}