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-2.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-2",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"
    ]
  },
  "status": "active",
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "107750603",
            "system": "urn:oid:1.2.392.200119.4.403.1",
            "display": "ソリタ-T3号輸液500mL"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 1,
          "code": "HON",
          "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": "回"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "code": "108010002",
            "system": "urn:oid:1.2.392.200119.4.403.1",
            "display": "アドナ注(静脈用)50mg/10mL"
          }
        ]
      },
      "strength": {
        "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": "回"
        }
      }
    }
  ]
}