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

FHIR IG Statistics: StructureDefinition/jp-medication-ingredientstrength-strengthtype

Packagejp-core.r4
Resource TypeStructureDefinition
Idjp-medication-ingredientstrength-strengthtype
FHIR VersionR4
Sourcehttp://jpfhir.jp/fhir/core/https://simplifier.net/resolve?scope=jp-core.r4@1.1.1-rc&canonical=http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType
URLhttp://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType
Version1.1.1
Statusactive
Date2022-10-24
NameJP_Medication_IngredientStrength_StrengthType
TitleJP Core Medication IngredientStrength StrengthType Extension
Realmjp
Description投与量が製剤単位か成分単位かを格納する拡張
Purpose投与量が製剤単位か成分単位かを格納する拡張
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
JP_MedicationJP Core Medication Profile

Resources that this resource uses

ValueSet
JP_MedicationIngredientStrengthStrengthType_VSJP Core Medication IngredientStrength StrengthType ValueSet

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "jp-medication-ingredientstrength-strengthtype",
  "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType",
  "version": "1.1.1",
  "name": "JP_Medication_IngredientStrength_StrengthType",
  "title": "JP Core Medication IngredientStrength StrengthType Extension",
  "status": "active",
  "date": "2022-10-24",
  "description": "投与量が製剤単位か成分単位かを格納する拡張",
  "purpose": "投与量が製剤単位か成分単位かを格納する拡張",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Medication.ingredient.strength"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "力価区分",
        "definition": "投与量が製剤単位か成分単位かを格納する"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "example",
          "valueSet": "http://jpfhir.jp/fhir/core/ValueSet/JP_MedicationIngredientStrengthStrengthType_VS"
        }
      }
    ]
  }
}