FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypeMedication
IdMedication-jp-medication-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "id": "jp-medication-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"
    ]
  },
  "status": "active",
  "ingredient": [
    {
      "extension": [
        {
          "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_Ingredient_DrugNo",
          "valueInteger": 1
        }
      ],
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "100558502",
            "system": "urn:oid:1.2.392.200119.4.403.1",
            "display": "ホリゾン注射液10mg"
          }
        ]
      },
      "strength": {
        "extension": [
          {
            "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "1",
                  "system": "urn:oid:1.2.392.100495.20.2.22",
                  "display": "製剤量"
                }
              ]
            }
          }
        ],
        "numerator": {
          "value": 1,
          "code": "AMP",
          "system": "urn:oid:1.2.392.100495.20.2.101",
          "unit": "アンプル"
        },
        "denominator": {
          "value": 1,
          "code": "TIME",
          "system": "urn:oid:1.2.392.100495.20.2.101",
          "unit": "回"
        }
      }
    }
  ]
}