FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/HdBe-PulseRate

Packagehealthdata.be.r4.cbb
Resource TypeStructureDefinition
IdHdBe-PulseRate
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-PulseRate
URLhttps://fhir.healthdata.be/StructureDefinition/HdBe-PulseRate
Statusdraft
Date2022-10-17T09:09:13.9562003+00:00
NameHdBePulseRate
TitleHdBe-PulseRate
DescriptionThe pulse rate is the number of palpations per minute measured at an artery.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
HdBe-PatientHdBe-Patient
pattern-VitalSignspattern-VitalSigns
ValueSet
PulseRegularityPulseRegularity

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HdBe-PulseRate",
  "url": "https://fhir.healthdata.be/StructureDefinition/HdBe-PulseRate",
  "name": "HdBePulseRate",
  "title": "HdBe-PulseRate",
  "status": "draft",
  "date": "2022-10-17T09:09:13.9562003+00:00",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The pulse rate is the number of palpations per minute measured at an artery.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "HdBe-PulseRate",
      "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-PulseRate",
      "name": "HdBe logical model PulseRate"
    },
    {
      "identity": "zib-pulserate-v3.3-2020EN",
      "uri": "https://zibs.nl/wiki/PulseRate-v3.3(2020EN)",
      "name": "zib PulseRate-v3.3(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://fhir.healthdata.be/StructureDefinition/pattern-VitalSigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "PulseRate",
        "alias": [
          "Polsfrequentie"
        ],
        "mapping": [
          {
            "identity": "zib-pulserate-v3.3-2020EN",
            "map": "NL-CM:12.7.1",
            "comment": "PulseRate"
          },
          {
            "identity": "HdBe-PulseRate",
            "map": "PulseRate"
          }
        ]
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "8893-0"
            }
          ]
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.effective[x]:effectiveDateTime",
        "path": "Observation.effective[x]",
        "sliceName": "effectiveDateTime",
        "short": "PulseRateDateTime",
        "definition": "Date and time of the pulse rate or pulse regularity measurement.",
        "alias": [
          "PolsfrequentieDatumTijd"
        ],
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "zib-pulserate-v3.3-2020EN",
            "map": "NL-CM:12.7.3",
            "comment": "PulseRateDateTime"
          },
          {
            "identity": "HdBe-PulseRate",
            "map": "PulseRate.PulseRateDateTime"
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "PulseRateValue",
        "definition": "The element contains the value of the pulse rate measured. The pulse rate is expressed in the number of tangible pulsations of an artery per minute, usually the a. radialis, a. carotis or a. femoralis.",
        "alias": [
          "PolsfrequentieWaarde"
        ],
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "patternQuantity": {
          "system": "http://unitsofmeasure.org",
          "code": "/min"
        },
        "mapping": [
          {
            "identity": "zib-pulserate-v3.3-2020EN",
            "map": "NL-CM:12.7.2",
            "comment": "PulseRateValue"
          },
          {
            "identity": "HdBe-PulseRate",
            "map": "PulseRate.PulseRateValue"
          }
        ]
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "max": "1"
      },
      {
        "id": "Observation.note.text",
        "path": "Observation.note.text",
        "short": "Comment",
        "definition": "Comment on any problems or factors that may influence the measurement. Further explanation of pulse properties can be provided here as well: aequale/inaequale, pulsus alternans, pulsus paradoxus, pulse volume, etc.",
        "alias": [
          "Toelichting"
        ],
        "mapping": [
          {
            "identity": "zib-pulserate-v3.3-2020EN",
            "map": "NL-CM:12.7.4",
            "comment": "Comment"
          },
          {
            "identity": "HdBe-PulseRate",
            "map": "PulseRate.Comment"
          }
        ]
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:pulseRegularity",
        "path": "Observation.component",
        "sliceName": "pulseRegularity",
        "max": "1"
      },
      {
        "id": "Observation.component:pulseRegularity.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "44969-4"
            }
          ]
        }
      },
      {
        "id": "Observation.component:pulseRegularity.value[x]",
        "path": "Observation.component.value[x]",
        "short": "PulseRegularity",
        "definition": "Regular or irregular rhythm.",
        "alias": [
          "PolsRegelmatigheid"
        ],
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.healthdata.be/ValueSet/PulseRegularity"
        },
        "mapping": [
          {
            "identity": "zib-pulserate-v3.3-2020EN",
            "map": "NL-CM:12.7.5",
            "comment": "PulseRegularity"
          },
          {
            "identity": "HdBe-PulseRate",
            "map": "PulseRate.PulseRegularity"
          }
        ]
      }
    ]
  }
}