HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core MedicationAdministration Example 投薬中止 パンスポリンT錠100 100mg - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "jp-medicationadministration-example-2",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationAdministration"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration jp-medicationadministration-example-2</b></p><a name=\"jp-medicationadministration-example-2\"> </a><a name=\"hcjp-medicationadministration-example-2\"> </a><a name=\"jp-medicationadministration-example-2-ja\"> </a><p><b>JP Core MedicationAdministration RequestDepartment Extension</b>: <span title=\"Codes:{http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment 01}\">内科</span></p><p><b>JP Core MedicationAdministration Requester Extension</b>: <a href=\"Practitioner-jp-practitioner-example-male-1.html\">大阪 一郎</a></p><p><b>JP Core MedicationAdministration RequestAuthoredOn Extension</b>: 2016-08-25 00:00:00+0900</p><p><b>identifier</b>: <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/Medication-RPGroupNumber</code>/1, <code>http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicationAdministrationIndex</code>/1, <code>urn:oid:1.2.392.100495.20.3.11</code>/1234567890.1.1</p><p><b>status</b>: Stopped</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0482 I}\">Inpatient Order</span></p><p><b>medication</b>: <span title=\"Codes:{http://medis.or.jp/CodeSystem/master-HOT9 110926901}\">パンスポリンT錠100 100mg</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#00000010)</a></p><p><b>effective</b>: 2016-08-25 08:30:00+0900</p><p><b>request</b>: <a href=\"MedicationRequest-jp-medicationrequest-example-2.html\">MedicationRequest: identifier = http://jpfhir.jp/fhir/core/mhlw/IdSystem/Medication-RPGroupNumber#2,http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicationAdministrationIndex#2,http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier#1234567890.1.2; status = active; intent = order; medication[x] = パンスポリンT錠100 100mg; authoredOn = 2020-04-01 12:28:17+0900</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestDepartment",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://jami.jp/SS-MIX2/CodeSystem/ClinicalDepartment",
            "code" : "01",
            "display" : "内科"
          }
        ]
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_Requester",
      "valueReference" : {
        🔗 "reference" : "Practitioner/jp-practitioner-example-male-1",
        "display" : "大阪 一郎"
      }
    },
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestAuthoredOn",
      "valueDateTime" : "2016-08-25T00:00:00+09:00"
    }
  ],
  "identifier" : [
    {
      "system" : "http://jpfhir.jp/fhir/core/mhlw/IdSystem/Medication-RPGroupNumber",
      "value" : "1"
    },
    {
      "system" : "http://jpfhir.jp/fhir/core/mhlw/IdSystem/MedicationAdministrationIndex",
      "value" : "1"
    },
    {
      "system" : "urn:oid:1.2.392.100495.20.3.11",
      "value" : "1234567890.1.1"
    }
  ],
  "status" : "stopped",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0482",
        "code" : "I",
        "display" : "Inpatient Order"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://medis.or.jp/CodeSystem/master-HOT9",
        "code" : "110926901",
        "display" : "パンスポリンT錠100 100mg"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1"
  },
  "effectiveDateTime" : "2016-08-25T08:30:00+09:00",
  "request" : {
    🔗 "reference" : "MedicationRequest/jp-medicationrequest-example-2"
  }
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。