FHIR IG Statistics: StructureDefinition/jp-medication-ingredientstrength-strengthtype 
Resources that use this resource
Resources that this resource uses
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"
        }
      }
    ]
  }
}