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" : "Medication",
"id" : "jp-medication-example-1",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication </b><a name=\"jp-medication-example-1\"> </a><a name=\"hcjp-medication-example-1\"> </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\">ResourceMedication "jp-medication-example-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-medication.html\">JP Core Medication Profile</a></p></div><p><b>status</b>: active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>ホリゾン注射液10mg <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"urn:oid:1.2.392.200119.4.403.1\">MEDIS 基準番号(HOT9)</a>#100558502)</span></td><td>1 アンプル<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem codeAMP = 'アンプル')</span>/1 回<span style=\"background: LightGoldenRodYellow\"> (Details: JP Core Medication MERIT9 Unit CodeSystem codeTIME = '回')</span></td></tr></table></div>"
},
"status" : "active",
"ingredient" : [
{
"extension" : [
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_Ingredient_DrugNo",
"valueInteger" : 1
}
],
"itemCodeableConcept" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.200119.4.403.1",
"code" : "100558502",
"display" : "ホリゾン注射液10mg"
}
]
},
"strength" : {
"extension" : [
{
"url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:oid:1.2.392.100495.20.2.22",
"code" : "1",
"display" : "製剤量"
}
]
}
}
],
"numerator" : {
"value" : 1,
"unit" : "アンプル",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "AMP"
},
"denominator" : {
"value" : 1,
"unit" : "回",
"system" : "urn:oid:1.2.392.100495.20.2.101",
"code" : "TIME"
}
}
}
]
}