Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: MedicationAdministrationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "MedicationAdministrationExample",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-medicationadministration"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"MedicationAdministrationExample\"> </a><a name=\"hcMedicationAdministrationExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationAdministration &quot;MedicationAdministrationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-medicationadministration.html\">Fujitsu MedicationAdministration Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.81</code>/1, <code>urn:oid:1.2.392.100495.20.3.82</code>/1</p><p><b>status</b>: completed</p><p><b>medication</b>: ムコソルバン(15) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-medicationcode-yj-cs.html\">JP Core YJ コード(個別医薬品コード)</a>#2239001F1696 &quot;ムコソルバン錠15mg&quot;; <a href=\"http://ig.fujitsu.com/healthy-living-jpcore-ext/CodeSystem-jp-medicationcode-hot9-cs.html\">JP Core MedicationCode HOT9 CodeSystem</a>#103895802 &quot;ムコソルバン錠15mg&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>context</b>: <a href=\"Encounter-e001.html\">Encounter/e001</a></p><p><b>effective</b>: 2021-10-01 10:25:00+0900</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-r001.html\">PractitionerRole/r001</a></td></tr></table><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>口 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-route-hl70162-cs.html\">JP Core Medication HL70162-based Route CodeSystem</a>#PO)</span></td><td>内服 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-medication-method-jami-basic-usage-cs.html\">JP Core Medication JAMI Basic Usage Type CodeSystem</a>#1)</span></td><td>1 錠<span style=\"background: LightGoldenRodYellow\"> (Details: urn:oid:1.2.392.100495.20.2.101 code TAB = '錠')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.100495.20.3.81",
      "value" : "1"
    },
    {
      "system" : "urn:oid:1.2.392.100495.20.3.82",
      "value" : "1"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.392.100495.20.1.73",
        "code" : "2239001F1696",
        "display" : "ムコソルバン錠15mg"
      },
      {
        "system" : "urn:oid:1.2.392.200119.4.403.1",
        "code" : "103895802",
        "display" : "ムコソルバン錠15mg"
      }
    ],
    "text" : "ムコソルバン(15)"
  },
  "subject" : {
    🔗 "reference" : "Patient/p001"
  },
  "context" : {
    🔗 "reference" : "Encounter/e001"
  },
  "effectiveDateTime" : "2021-10-01T10:25:00+09:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/r001"
      }
    }
  ],
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
          "code" : "PO",
          "display" : "口"
        }
      ],
      "text" : "口"
    },
    "method" : {
      "coding" : [
        {
          "system" : "urn:oid:1.2.392.200250.2.2.20.30",
          "code" : "1",
          "display" : "内服"
        }
      ],
      "text" : "内服"
    },
    "dose" : {
      "value" : 1,
      "unit" : "錠",
      "system" : "urn:oid:1.2.392.100495.20.2.101",
      "code" : "TAB"
    }
  }
}