PackagesCanonicalsLogsProblems
    Packages
    jp-core.r4@1.1.1-rc
    http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispense
{
  "description": "このプロファイルはMedicationDispenseリソースに対して、内服・外用薬剤処方調剤・払い出し記録のデータを送受信するための基礎となる制約と拡張を定めたものである。JP_MedicationDispenseBaseプロファイルからの派生プロファイルである。",
  "_filename": "StructureDefinition-jp-medicationdispense.json",
  "package_name": "jp-core.r4",
  "date": "2022-10-31",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "JP_MedicationDispense",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://www.hl7.org/v3/PORX_RM020070UV",
    "name": "V3 Pharmacy Dispense RMIM",
    "identity": "rx-dispense-rmim"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "MedicationDispense",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "JP Core MedicationDispense Profile",
  "package_version": "1.1.1-rc",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Clinical.Medications"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  } ],
  "status": "active",
  "id": "b887f0c3-2529-4f60-9a1f-3b5fe9efb90d",
  "kind": "resource",
  "url": "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispense",
  "version": "1.1.1",
  "differential": {
    "element": [ {
      "id": "MedicationDispense.identifier",
      "min": 2,
      "path": "MedicationDispense.identifier"
    }, {
      "id": "MedicationDispense.identifier:orderInRp",
      "max": "1",
      "min": 1,
      "path": "MedicationDispense.identifier",
      "short": "同一RP番号(剤グループ)での薬剤の表記順",
      "comment": "同一剤グループ内での薬剤の順番を1から順の番号で示す。",
      "sliceName": "orderInRp",
      "definition": "同一剤グループでの薬剤を表記する際の順番。XML形式と異なりJSON形式の場合、表記順は項目の順序を意味しない。したがって、薬剤の記載順を別に規定する必要があるためIDを用いて表現する。"
    }, {
      "id": "MedicationDispense.identifier:orderInRp.system",
      "min": 1,
      "path": "MedicationDispense.identifier.system",
      "short": "RP番号内(剤グループ内)の連番を示すsystem値",
      "fixedUri": "urn:oid:1.2.392.100495.20.3.82",
      "definition": "剤グループ内番号の名前空間を識別するURI。固定値urn:oid:1.2.392.100495.20.3.82"
    }, {
      "id": "MedicationDispense.identifier:orderInRp.value",
      "min": 1,
      "path": "MedicationDispense.identifier.value",
      "short": "RP番号内(剤グループ内)の連番",
      "comment": "value は string型であり、数値はゼロサプレス、つまり、'01'でなく'1'と指定すること。",
      "definition": "剤グループ内連番。"
    }, {
      "id": "MedicationDispense.medication[x]",
      "path": "MedicationDispense.medication[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      }
    }, {
      "id": "MedicationDispense.medicationCodeableConcept",
      "max": "1",
      "min": 1,
      "path": "MedicationDispense.medicationCodeableConcept",
      "short": "コード集で定義された医薬品コード",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationCode_VS",
        "description": "処方する製剤を表すコード。"
      }
    }, {
      "id": "MedicationDispense.authorizingPrescription",
      "path": "MedicationDispense.authorizingPrescription",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest" ]
      } ]
    }, {
      "id": "MedicationDispense.dosageInstruction",
      "path": "MedicationDispense.dosageInstruction",
      "type": [ {
        "code": "Dosage",
        "profile": [ "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDosage" ]
      } ]
    } ]
  },
  "baseDefinition": "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispenseBase"
}