{
  "resourceType": "StructureDefinition",
  "id": "fr-observation-bp",
  "url": "http://interopsante.org/fhir/StructureDefinition/FrObservationBp",
  "version": "1.0.1",
  "name": "FrObservationBp",
  "title": "FrObservationBp",
  "status": "active",
  "date": "2022-10-18",
  "publisher": "InteropSanté",
  "contact": [
    {
      "name": "InteropSanté",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@interopsante.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "French profil Blood pressure panel with all children optional - This is a component observation. It has no value in Observation.valueQuantity and contains at least one component (systolic and/or diastolic and/or mean) | Profil français de pression artérielle avec tous les éléments fils optionnels. Il s'agit d'une Observation avec l'élément Observation.valueQuantity n'est pas renseigné et qui contient au moins un composant Pression systolique, Pression diastolique, Pression moyenne.",
  "purpose": "French profil Blood pressure panel with all children optional - This is a component observation. It has no value in Observation.valueQuantity and contains at least one component (systolic and/or diastolic and/or mean) | Profil français de pression artérielle avec tous les éléments fils optionnels. Il s'agit d'une Observation avec l'élément Observation.valueQuantity n'est pas renseigné et qui contient au moins un composant Pression systolique, Pression diastolique, Pression moyenne.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.extension",
        "path": "Observation.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.extension:supportingInfo",
        "path": "Observation.extension",
        "sliceName": "supportingInfo",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo"
            ]
          }
        ]
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.code"
            },
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.category:VSCat",
        "path": "Observation.category",
        "sliceName": "VSCat",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.category:VSCat.coding",
        "path": "Observation.category.coding",
        "min": 1
      },
      {
        "id": "Observation.category:VSCat.coding.system",
        "path": "Observation.category.coding.system",
        "min": 1,
        "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category"
      },
      {
        "id": "Observation.category:VSCat.coding.code",
        "path": "Observation.category.coding.code",
        "min": 1,
        "fixedCode": "vital-signs"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Blood pressure code",
        "definition": "Blood pressure code",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult"
        }
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            },
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.code.coding:BPCode",
        "path": "Observation.code.coding",
        "sliceName": "BPCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code.coding:BPCode.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding:BPCode.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "85354-9"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://interopsante.org/fhir/StructureDefinition/FrPatient",
              "http://interopsante.org/fhir/StructureDefinition/FrLocation"
            ]
          }
        ]
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://interopsante.org/fhir/StructureDefinition/FrEncounter"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "short": "Often just a dateTime for Vital Signs",
        "definition": "Often just a dateTime for Vital Signs",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/CareTeam",
              "http://interopsante.org/fhir/StructureDefinition/FrPatient",
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner",
              "http://interopsante.org/fhir/StructureDefinition/FrPractitionerRoleExercice",
              "http://interopsante.org/fhir/StructureDefinition/FrOrganization",
              "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson"
            ]
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://www.interopsante.org/fhir/structuredefinition/observation/fr-obervation-interpretation"
        }
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "binding": {
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/hspc/ValueSet/bpMeasBodyLocationPrecoordVS"
        }
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "binding": {
          "strength": "example",
          "valueSet": "http://interopsante.org/fhir/ValueSet/fr-bp-measurement-method"
        }
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code.coding.code"
            },
            {
              "type": "value",
              "path": "code.coding.system"
            }
          ],
          "rules": "open"
        },
        "short": "Used when reporting systolic and diastolic blood pressure.",
        "min": 2
      },
      {
        "id": "Observation.component:SystolicBP",
        "path": "Observation.component",
        "sliceName": "SystolicBP",
        "short": "Used when reporting systolic blood pressure.",
        "definition": "Used when reporting systolic blood pressure.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:SystolicBP.code",
        "path": "Observation.component.code",
        "mustSupport": true
      },
      {
        "id": "Observation.component:SystolicBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            },
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "short": "Systolic Blood Pressure",
        "definition": "Systolic Blood Pressure"
      },
      {
        "id": "Observation.component:SystolicBP.code.coding:SBPCode",
        "path": "Observation.component.code.coding",
        "sliceName": "SBPCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:SystolicBP.code.coding:SBPCode.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:SystolicBP.code.coding:SBPCode.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8480-6"
      },
      {
        "id": "Observation.component:SystolicBP.value[x]",
        "path": "Observation.component.value[x]",
        "short": "Vital Sign Value recorded with UCUM",
        "definition": "Vital Sign Value recorded with UCUM",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Common UCUM units for recording Vital Signs.",
          "valueSet": "http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.0"
        }
      },
      {
        "id": "Observation.component:SystolicBP.value[x]:valueQuantity",
        "path": "Observation.component.value[x]",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:SystolicBP.value[x]:valueQuantity.value",
        "path": "Observation.component.value[x].value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.component:SystolicBP.value[x]:valueQuantity.unit",
        "path": "Observation.component.value[x].unit",
        "min": 1,
        "fixedString": "mm[Hg]",
        "mustSupport": true
      },
      {
        "id": "Observation.component:SystolicBP.value[x]:valueQuantity.system",
        "path": "Observation.component.value[x].system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:SystolicBP.value[x]:valueQuantity.code",
        "path": "Observation.component.value[x].code",
        "min": 1,
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:SystolicBP.interpretation",
        "path": "Observation.component.interpretation",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://www.interopsante.org/fhir/structuredefinition/observation/fr-obervation-interpretation"
        }
      },
      {
        "id": "Observation.component:DiastolicBP",
        "path": "Observation.component",
        "sliceName": "DiastolicBP",
        "short": "Used when reporting diastolic blood pressure.",
        "definition": "Used when reporting diastolic blood pressure.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:DiastolicBP.code",
        "path": "Observation.component.code",
        "mustSupport": true
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            },
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding:DBPCode",
        "path": "Observation.component.code.coding",
        "sliceName": "DBPCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding:DBPCode.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:DiastolicBP.code.coding:DBPCode.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "8462-4"
      },
      {
        "id": "Observation.component:DiastolicBP.value[x]",
        "path": "Observation.component.value[x]",
        "short": "Vital Sign Value recorded with UCUM.",
        "definition": "Vital Sign Value recorded with UCUM.",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Common UCUM units for recording Vital Signs.",
          "valueSet": "http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.0"
        }
      },
      {
        "id": "Observation.component:DiastolicBP.value[x]:valueQuantity",
        "path": "Observation.component.value[x]",
        "sliceName": "valueQuantity",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.value",
        "path": "Observation.component.value[x].value",
        "min": 1
      },
      {
        "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.unit",
        "path": "Observation.component.value[x].unit",
        "min": 1,
        "fixedString": "mm[Hg]"
      },
      {
        "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.system",
        "path": "Observation.component.value[x].system",
        "min": 1,
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:DiastolicBP.value[x]:valueQuantity.code",
        "path": "Observation.component.value[x].code",
        "min": 1,
        "fixedCode": "mm[Hg]"
      },
      {
        "id": "Observation.component:DiastolicBP.interpretation",
        "path": "Observation.component.interpretation",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://www.interopsante.org/fhir/structuredefinition/observation/fr-obervation-interpretation"
        }
      },
      {
        "id": "Observation.component:MeanBP",
        "path": "Observation.component",
        "sliceName": "MeanBP",
        "short": "Mean blood pressure",
        "definition": "Mean blood pressure",
        "max": "1"
      },
      {
        "id": "Observation.component:MeanBP.code",
        "path": "Observation.component.code",
        "mustSupport": true
      },
      {
        "id": "Observation.component:MeanBP.code.coding",
        "path": "Observation.component.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            },
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:MeanBP.code.coding:MBPCode",
        "path": "Observation.component.code.coding",
        "sliceName": "MBPCode",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:MeanBP.code.coding:MBPCode.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:MeanBP.code.coding:MBPCode.code",
        "path": "Observation.component.code.coding.code",
        "short": "Mean blood pressure",
        "definition": "Mean blood pressure",
        "min": 1,
        "fixedCode": "8478-0"
      },
      {
        "id": "Observation.component:MeanBP.interpretation",
        "path": "Observation.component.interpretation",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://www.interopsante.org/fhir/structuredefinition/observation/fr-obervation-interpretation"
        }
      }
    ]
  }
}