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

FHIR IG Statistics: StructureDefinition/bp

Packagenictiz.fhir.nl.stu3.zib2015
TypeStructureDefinition
Idbp
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/StructureDefinition/bp
URLhttp://nictiz.nl/fhir/StructureDefinition/bp
Version1.0
Statusretired
Date2016-03-25
NameVital Signs Profile
TitleVitalSigns BloodPressure
Realmnl
DescriptionFHIR Blood Pressure Profile - Copied FHIR Vital Signs Profile to remove .component.value quantity type constrain. More information can be found in the GForge ticket #13796.
CopyrightCC0
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
zib-VitalSignsVitalSigns

Narrative

Note: links and images are rebased to the (stated) source

to do

Source

{
  "resourceType": "StructureDefinition",
  "id": "bp",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary",
      "valueMarkdown": "####Complete Summary of the Mandatory Requirements\r\r1.  One code in `Observation.code` which must have\r    -   a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r    -   a fixed  `Observation.code.coding.code`= **85354-9'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r2.  One  `Observation.component.code`  which must have\r    -   a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r    -   fixed  `Observation.component.code.coding.code`= **'8480-6'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r3.   One  `Observation.component.code`  which must have\r    -   a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r    -   fixed  `Observation.component.code.coding.code`= **'8462-4'**\r    -   Other additional codes are allowed - e.g. more specific LOINC\r        Codes, SNOMED CT concepts, system specific codes. All codes\r        SHALL have an system value\r4.  fixed`Observation.component.valueQuantity.code` = **'mm[Hg]'**"
    }
  ],
  "url": "http://nictiz.nl/fhir/StructureDefinition/bp",
  "version": "1.0",
  "name": "Vital Signs Profile",
  "title": "VitalSigns BloodPressure",
  "status": "retired",
  "experimental": false,
  "date": "2016-03-25",
  "publisher": "Health Level Seven International (Orders and Observations Workgroup)",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "FHIR Blood Pressure Profile - Copied FHIR Vital Signs Profile to remove .component.value quantity type constrain. More information can be found in the GForge ticket #13796.",
  "copyright": "CC0",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "hcim-bloodpressure-v1.2-2015EN",
      "uri": "https://zibs.nl/wiki/BloodPressure-v1.2(2015EN)",
      "name": "HCIM BloodPressure-v1.2(2015EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "FHIR Blood Pressure Profile",
        "definition": "This profile defines  how to represent Blood Pressure observations in FHIR using a standard LOINC code and UCUM units of measure.  This is a grouping structure. It has no value in Observation.valueQuantity but contains at least one component (systolic and/or diastolic).",
        "alias": [
          "FHIR Bloeddruk-profiel"
        ],
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "hcim-bloodpressure-v1.2-2015EN",
            "map": "NL-CM:12.4.1"
          }
        ]
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system."
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.code.coding:BPCode",
        "path": "Observation.code.coding",
        "sliceName": "BPCode"
      },
      {
        "id": "Observation.code.coding:BPCode.system",
        "path": "Observation.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding:BPCode.code",
        "path": "Observation.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "85354-9"
      },
      {
        "id": "Observation.valueQuantity",
        "path": "Observation.valueQuantity",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:SystolicBP",
        "path": "Observation.component",
        "sliceName": "SystolicBP"
      },
      {
        "id": "Observation.component:SystolicBP.code",
        "path": "Observation.component.code",
        "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system."
      },
      {
        "id": "Observation.component:SystolicBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:SystolicBP.code.coding:SBPCode",
        "path": "Observation.component.code.coding",
        "sliceName": "SBPCode",
        "definition": "Systolic Blood Pressure."
      },
      {
        "id": "Observation.component:SystolicBP.code.coding:SBPCode.system",
        "path": "Observation.component.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:SystolicBP.code.coding:SBPCode.code",
        "path": "Observation.component.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "8480-6"
      },
      {
        "id": "Observation.component:SystolicBP.valueQuantity",
        "path": "Observation.component.valueQuantity",
        "short": "SystolicBloodPressure",
        "alias": [
          "SystolischeBloeddruk"
        ],
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "mapping": [
          {
            "identity": "hcim-bloodpressure-v1.2-2015EN",
            "map": "NL-CM:12.4.2"
          }
        ]
      },
      {
        "id": "Observation.component:SystolicBP.valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:DiastolicBP",
        "path": "Observation.component",
        "sliceName": "DiastolicBP"
      },
      {
        "id": "Observation.component:DiastolicBP.code",
        "path": "Observation.component.code",
        "comment": "additional codes that translate or map to this code are allowed.  For example a more granular LOINC code or code that is used locally in a system."
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding:DBPCode",
        "path": "Observation.component.code.coding",
        "sliceName": "DBPCode",
        "definition": "Diastolic Blood Pressure."
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding:DBPCode.system",
        "path": "Observation.component.code.coding.system",
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding:DBPCode.code",
        "path": "Observation.component.code.coding.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "8462-4"
      },
      {
        "id": "Observation.component:DiastolicBP.valueQuantity",
        "path": "Observation.component.valueQuantity",
        "short": "DiastolicBloodPressure",
        "alias": [
          "DiastolischeBloeddruk"
        ],
        "type": [
          {
            "code": "Quantity"
          }
        ],
        "mapping": [
          {
            "identity": "hcim-bloodpressure-v1.2-2015EN",
            "map": "NL-CM:12.4.3"
          }
        ]
      },
      {
        "id": "Observation.component:DiastolicBP.valueQuantity.code",
        "path": "Observation.component.valueQuantity.code",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "mm[Hg]"
      }
    ]
  }
}