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" : "MedicationRequest",
"id" : "jp-medicationrequest-example-2",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest </b><a name=\"jp-medicationrequest-example-2\"> </a><a name=\"hcjp-medicationrequest-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\">ResourceMedicationRequest "jp-medicationrequest-example-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-medicationrequest.html\">JP Core MedicationRequest Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.392.100495.20.3.81</code>/2, <code>urn:oid:1.2.392.100495.20.3.82</code>/2, <code>http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier</code>/1234567890.1.2</p><p><b>status</b>: active</p><p><b>intent</b>: order</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>authoredOn</b>: 2020-04-01 12:28:17+0900</p><blockquote><p><b>dosageInstruction</b></p><p><b>JP Core Medication Dosage PeriodOfUse Extension</b>: 2020-04-01 --> (ongoing)</p><p><b>JP Core Medication Dosage UsageDuration Extension</b>: 3 日<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>text</b>: 内服・経口・1日3回朝昼夕食後</p><p><b>timing</b>: Code </p><p><b>route</b>: 口 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem/route-codes\">JP Core Medication HL70162-based Route CodeSystem</a>#PO)</span></p><p><b>method</b>: 経口 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200250.2.2.20.40\">JP Core Medication JAMI Detail Usage Type CodeSystem</a>#10)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 18 錠<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem codeTAB = '錠')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>3</td><td>日</td><td><a href=\"http://unitsofmeasure.org\">The Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.392.100495.20.3.81",
"value" : "2"
},
{
"system" : "urn:oid:1.2.392.100495.20.3.82",
"value" : "2"
},
{
"system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
"value" : "1234567890.1.2"
}
],
"status" : "active",
"intent" : "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"
},
"authoredOn" : "2020-04-01T12:28:17+09:00",
"dosageInstruction" : [
{
"extension" : [
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationDosage_PeriodOfUse",
"valuePeriod" : {
"start" : "2020-04-01"
}
},
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_MedicationDosage_UsageDuration",
"valueDuration" : {
"value" : 3,
"unit" : "日",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}
],
"text" : "内服・経口・1日3回朝昼夕食後",
"timing" : {
"code" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.200250.2.2.20",
"code" : "1013044400000000",
"display" : "内服・経口・1日3回朝昼夕食後"
}
]
}
},
"route" : {
"coding" : [
{
"system" : "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
"code" : "PO",
"display" : "口"
}
]
},
"method" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.200250.2.2.20.40",
"code" : "10",
"display" : "経口"
}
]
},
"doseAndRate" : [
{
"type" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.100495.20.2.22",
"code" : "1",
"display" : "製剤量"
}
]
},
"doseQuantity" : {
"value" : 2,
"unit" : "錠",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "TAB"
},
"rateRatio" : {
"numerator" : {
"value" : 6,
"unit" : "錠",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "TAB"
},
"denominator" : {
"value" : 1,
"unit" : "日",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}
}
]
}
],
"dispenseRequest" : {
"quantity" : {
"value" : 18,
"unit" : "錠",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "TAB"
},
"expectedSupplyDuration" : {
"value" : 3,
"unit" : "日",
"system" : "http://unitsofmeasure.org",
"code" : "d"
}
}
}