PackagesCanonicalsLogsProblems
    Packages
    jp-core.r4@1.1.1-draft1
    http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns
{
  "description": "このプロファイルはObservationリソースに対して、バイタルサインのデータを送受信するための制約と拡張を定めたものである。",
  "_filename": "StructureDefinition-jp-observation-vitalsigns.json",
  "package_name": "jp-core.r4",
  "date": "2022-10-24",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "JP_Observation_VitalSigns",
  "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": "JP Core Observation VitalSigns Profile",
  "package_version": "1.1.1-draft1",
  "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": "9cefce74-b3f3-4ce6-8f6e-2093ace68a62",
  "kind": "resource",
  "url": "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns",
  "version": "1.1.0",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation",
      "short": "バイタルサインに関する測定や簡単な観察事実(assertion)",
      "comment": "バイタルサインに関するObservation(検査測定や観察事実)の制約プロフィール",
      "definition": "バイタルサインに関する測定と簡単な観察事実(assertion)。"
    }, {
      "id": "Observation.category",
      "min": 1,
      "path": "Observation.category",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationVitalSignsCategory_VS"
      },
      "comment": "MEDISの看護実践用語標準マスター<看護観察編>の大分類1.バイタルサイン・基本情報、中分類1.バイタルサインの「焦点」"
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationVitalSignsCode_VS"
      },
      "comment": "MEDISの看護実践用語標準マスター<看護観察編>の大分類1.バイタルサイン・基本情報、中分類1.バイタルサインの「観察名称」"
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient" ]
      } ],
      "comment": "One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated.\r\n\r\n【JP Core仕様】患者"
    }, {
      "id": "Observation.encounter",
      "path": "Observation.encounter",
      "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).\r\n\r\n【JP Core仕様】診察"
    }, {
      "id": "Observation.effective[x]",
      "path": "Observation.effective[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      } ],
      "comment": "At least a date should be present unless this observation is a historical report.  For recording imprecise or \"fuzzy\" times (For example, a blood glucose measurement taken \"after breakfast\") use the [Timing](datatypes.html#timing) datatype which allow the measurement to be tied to regular life events.\r\n\r\n【JP Core仕様】effectiveDateTime:医療者が確認した日時\r\n\r\neffectivePeriod:医療者が確認した期間"
    }, {
      "id": "Observation.hasMember",
      "path": "Observation.hasMember",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Common", "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", "http://hl7.org/fhir/StructureDefinition/MolecularSequence", "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns" ]
      } ],
      "comment": "When using this element, an observation will typically have either a value or a set of related resources, although both may be present in some cases.  For a discussion on the ways Observations can assembled in groups together, see [Notes](observation.html#obsgrouping) below.  Note that a system may calculate results from [QuestionnaireResponse](questionnaireresponse.html)  into a final score and represent the score as an Observation.\r\n\r\n【JP Core仕様】関連する参照リソースにJP_Observation_VitalSignsを追加"
    }, {
      "id": "Observation.derivedFrom",
      "path": "Observation.derivedFrom",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/DocumentReference", "http://hl7.org/fhir/StructureDefinition/ImagingStudy", "http://hl7.org/fhir/StructureDefinition/Media", "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Common", "http://hl7.org/fhir/StructureDefinition/MolecularSequence", "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_VitalSigns" ]
      } ],
      "comment": "All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value.  The most common reference will be another Observation.  For a discussion on the ways Observations can assembled in groups together, see [Notes](observation.html#obsgrouping) below.\r\n\r\n【JP Core仕様】導出元の参照リソースにJP_Observation_VitalSignsを追加"
    }, {
      "id": "Observation.component.code",
      "path": "Observation.component.code",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationVitalSignsCode_VS"
      }
    } ]
  },
  "baseDefinition": "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_Common"
}