PackagesCanonicalsLogsProblems
    Packages
    fhir.outburn.co.il@0.5.2
    http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-bp
{
  "description": "Proposed constraints and extensions on JCPM Blood Pressure Resource",
  "_filename": "StructureDefinition-jcpm-obs-bp.json",
  "package_name": "fhir.outburn.co.il",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "JCPMObservationBloodPressure",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://snomed.info/conceptdomain",
    "name": "SNOMED CT Concept Domain Binding",
    "identity": "sct-concept"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://snomed.org/attributebinding",
    "name": "SNOMED CT Attribute Binding",
    "identity": "sct-attr"
  } ],
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "JCPM Observation Blood pressure Profile",
  "package_version": "0.5.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Clinical.Diagnostics"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  } ],
  "status": "active",
  "id": "8ca027ed-bf03-4139-9faa-349e0ce3443f",
  "kind": "resource",
  "url": "http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-bp",
  "version": "0.3.0",
  "differential": {
    "element": [ {
      "id": "Observation.category",
      "max": "1",
      "min": 1,
      "path": "Observation.category"
    }, {
      "id": "Observation.category.coding",
      "min": 1,
      "path": "Observation.category.coding"
    }, {
      "id": "Observation.category.coding.system",
      "min": 1,
      "path": "Observation.category.coding.system",
      "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category"
    }, {
      "id": "Observation.category.coding.code",
      "min": 1,
      "path": "Observation.category.coding.code",
      "fixedCode": "vital-signs"
    }, {
      "id": "Observation.category.coding.display",
      "path": "Observation.category.coding.display",
      "fixedString": "Vital Signs"
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "short": "Blood Pressure",
      "mustSupport": true,
      "patternCodeableConcept": {
        "coding": [ {
          "code": "85354-9",
          "system": "http://loinc.org"
        } ]
      }
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.outburn.co.il/StructureDefinition/jcpm-patient" ]
      } ]
    }, {
      "id": "Observation.encounter",
      "min": 1,
      "path": "Observation.encounter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.outburn.co.il/StructureDefinition/jcpm-enc-delivery", "http://fhir.outburn.co.il/StructureDefinition/jcpm-enc-pregnancy" ]
      } ]
    }, {
      "id": "Observation.component",
      "min": 2,
      "path": "Observation.component",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "code",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Observation.component:systolic",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "short": "Systolic Blood Pressure",
      "sliceName": "systolic",
      "mustSupport": true
    }, {
      "id": "Observation.component:systolic.code",
      "path": "Observation.component.code",
      "short": "Systolic Blood Pressure Code",
      "mustSupport": true,
      "patternCodeableConcept": {
        "coding": [ {
          "code": "8480-6",
          "system": "http://loinc.org"
        } ]
      }
    }, {
      "id": "Observation.component:systolic.valueQuantity",
      "max": "1",
      "min": 0,
      "path": "Observation.component.valueQuantity",
      "type": [ {
        "code": "Quantity"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.component:systolic.valueQuantity.value",
      "min": 1,
      "path": "Observation.component.valueQuantity.value",
      "mustSupport": true
    }, {
      "id": "Observation.component:systolic.valueQuantity.unit",
      "min": 1,
      "path": "Observation.component.valueQuantity.unit",
      "mustSupport": true
    }, {
      "id": "Observation.component:systolic.valueQuantity.system",
      "min": 1,
      "path": "Observation.component.valueQuantity.system",
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "id": "Observation.component:systolic.valueQuantity.code",
      "min": 1,
      "path": "Observation.component.valueQuantity.code",
      "fixedCode": "mm[Hg]",
      "mustSupport": true
    }, {
      "id": "Observation.component:diastolic",
      "max": "1",
      "min": 1,
      "path": "Observation.component",
      "short": "Diastolic Blood Pressure",
      "sliceName": "diastolic",
      "mustSupport": true
    }, {
      "id": "Observation.component:diastolic.code",
      "path": "Observation.component.code",
      "short": "Diastolic Blood Pressure Code",
      "mustSupport": true,
      "patternCodeableConcept": {
        "coding": [ {
          "code": "8462-4",
          "system": "http://loinc.org"
        } ]
      }
    }, {
      "id": "Observation.component:diastolic.valueQuantity",
      "max": "1",
      "min": 0,
      "path": "Observation.component.valueQuantity",
      "type": [ {
        "code": "Quantity"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.component:diastolic.valueQuantity.value",
      "min": 1,
      "path": "Observation.component.valueQuantity.value",
      "mustSupport": true
    }, {
      "id": "Observation.component:diastolic.valueQuantity.unit",
      "min": 1,
      "path": "Observation.component.valueQuantity.unit",
      "mustSupport": true
    }, {
      "id": "Observation.component:diastolic.valueQuantity.system",
      "min": 1,
      "path": "Observation.component.valueQuantity.system",
      "fixedUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "id": "Observation.component:diastolic.valueQuantity.code",
      "min": 1,
      "path": "Observation.component.valueQuantity.code",
      "fixedCode": "mm[Hg]",
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "name": "Outburn LTD",
    "telecom": [ {
      "value": "http://outburn.co.il",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://fhir.health.gov.il/StructureDefinition/il-core-observation"
}