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

FHIR IG analytics

Packagecom.e-medlab.healthsense
Resource TypeStructureDefinition
IdStructureDefinition-BloodPressureModel.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/e-medlab/healthsense/StructureDefinition-BloodPressureModel.html
URLhttps://healthsense.e-medlab.com/StructureDefinition/BloodPressureModel
Version0.1.0
Statusdraft
Date2026-01-05T08:48:52+00:00
NameBloodPressureModel
Typehttps://healthsense.e-medlab.com/StructureDefinition/BloodPressureModel
Kindlogical

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: StructureDefinition BloodPressureModel

NameFlagsCard.TypeDescription & Constraintsdoco
.. BloodPressureModel 0..*ElementBloodPressureModel

Elements defined in Ancestors:@id, extension
... patient 1..1Reference(Patient)Patient
... performer 0..1Reference(Practitioner | PractitionerRole)Performer
... performed 1..1dateTimeEffective time
... position 1..1CodingThe position of the individual at the time of measurement.
... systolic 1..1QuantityThe actual numeric result of systolic blood pressure.
... diastolic 1..1QuantityThe actual numeric result of diastolic blood pressure.
... note 0..1stringComments about the observation

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "BloodPressureModel",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://healthsense.e-medlab.com/StructureDefinition/BloodPressureModel",
  "version": "0.1.0",
  "name": "BloodPressureModel",
  "status": "draft",
  "date": "2026-01-05T08:48:52+00:00",
  "publisher": "Taltech",
  "contact": [
    {
      "name": "Taltech",
      "telecom": [
        {
          "system": "url",
          "value": "https://taltech.ee/en/emed-lab"
        }
      ]
    },
    {
      "name": "Departament of Health Technologies",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:igor.bossenko@taltech.ee"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://healthsense.e-medlab.com/StructureDefinition/BloodPressureModel",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "BloodPressureModel",
        "path": "BloodPressureModel",
        "short": "BloodPressureModel",
        "definition": "BloodPressureModel",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element",
          "min": 0,
          "max": "*"
        },
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BloodPressureModel.id",
        "path": "BloodPressureModel.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BloodPressureModel.extension",
        "path": "BloodPressureModel.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "BloodPressureModel.patient",
        "path": "BloodPressureModel.patient",
        "short": "Patient",
        "definition": "Subject of procedure.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.patient",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "BloodPressureModel.performer",
        "path": "BloodPressureModel.performer",
        "short": "Performer",
        "definition": "The people who performed the procedure.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.performer",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "BloodPressureModel.performed",
        "path": "BloodPressureModel.performed",
        "short": "Effective time",
        "definition": "When the procedure was performed.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.performed",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BloodPressureModel.position",
        "path": "BloodPressureModel.position",
        "short": "The position of the individual at the time of measurement.",
        "definition": "The position of the individual at the time of measurement.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.position",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Coding"
          }
        ]
      },
      {
        "id": "BloodPressureModel.systolic",
        "path": "BloodPressureModel.systolic",
        "short": "The actual numeric result of systolic blood pressure.",
        "definition": "The actual numeric result of systolic blood pressure.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.systolic",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "BloodPressureModel.diastolic",
        "path": "BloodPressureModel.diastolic",
        "short": "The actual numeric result of diastolic blood pressure.",
        "definition": "The actual numeric result of diastolic blood pressure.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.diastolic",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "BloodPressureModel.note",
        "path": "BloodPressureModel.note",
        "short": "Comments about the observation",
        "definition": "Comments about the observation or the results.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "BloodPressureModel.note",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "BloodPressureModel",
        "path": "BloodPressureModel",
        "short": "BloodPressureModel",
        "definition": "BloodPressureModel"
      },
      {
        "id": "BloodPressureModel.patient",
        "path": "BloodPressureModel.patient",
        "short": "Patient",
        "definition": "Subject of procedure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "BloodPressureModel.performer",
        "path": "BloodPressureModel.performer",
        "short": "Performer",
        "definition": "The people who performed the procedure.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
            ]
          }
        ]
      },
      {
        "id": "BloodPressureModel.performed",
        "path": "BloodPressureModel.performed",
        "short": "Effective time",
        "definition": "When the procedure was performed.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "BloodPressureModel.position",
        "path": "BloodPressureModel.position",
        "short": "The position of the individual at the time of measurement.",
        "definition": "The position of the individual at the time of measurement.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ]
      },
      {
        "id": "BloodPressureModel.systolic",
        "path": "BloodPressureModel.systolic",
        "short": "The actual numeric result of systolic blood pressure.",
        "definition": "The actual numeric result of systolic blood pressure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "BloodPressureModel.diastolic",
        "path": "BloodPressureModel.diastolic",
        "short": "The actual numeric result of diastolic blood pressure.",
        "definition": "The actual numeric result of diastolic blood pressure.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "BloodPressureModel.note",
        "path": "BloodPressureModel.note",
        "short": "Comments about the observation",
        "definition": "Comments about the observation or the results.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}