HL7 FHIR JP Core ImplementationGuide
1.1.2 - release
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"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><b>Generated Narrative: MedicationAdministration </b><a name=\"jp-medicationadministration-example-2\"> </a><a name=\"hcjp-medicationadministration-example-2\"> </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\">ResourceMedicationAdministration "jp-medicationadministration-example-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-medicationadministration.html\">JP Core MedicationAdministration Profile</a></p></div><p><b>JP Core MedicationAdministration RequestDepartment Extension</b>: 内科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200250.2.2.2\">JP Core Department SS-MIX CodeSystem</a>#01)</span></p><p><b>JP Core MedicationAdministration Requester Extension</b>: <a href=\"Practitioner-jp-practitioner-example-male-1.html\">Practitioner/jp-practitioner-example-male-1: 大阪 一郎</a> " 大阪"</p><p><b>JP Core MedicationAdministration RequestAuthoredOn Extension</b>: 2016-08-25 00:00:00+0900</p><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, <code>http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier</code>/1234567890.1.1</p><p><b>status</b>: stopped</p><p><b>category</b>: Inpatient Order <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0482.html\">orderType</a>#I)</span></p><p><b>medication</b>: パンスポリンT錠100 100mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200119.4.403.1\">MEDIS 基準番号(HOT9)</a>#110926901)</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">Patient/jp-patient-example-1</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/jp-medicationrequest-example-2</a></p></div>"
},
"extension" : [
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationAdministration_RequestDepartment",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.200250.2.2.2",
"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" : "urn:oid:1.2.392.100495.20.3.81",
"value" : "1"
},
{
"system" : "urn:oid:1.2.392.100495.20.3.82",
"value" : "1"
},
{
"system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
"value" : "1234567890.1.1"
}
],
"status" : "stopped",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0482",
"code" : "I",
"display" : "Inpatient Order"
}
]
},
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.200119.4.403.1",
"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"
}
}