FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-jp-medicationrequest-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "jp-medicationrequest-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRequest"
]
},
"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"
}
],
"intent": "order",
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"code": "103835401",
"system": "urn:oid:1.2.392.200119.4.403.1",
"display": "ムコダイン錠250mg"
}
]
},
"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,
"code": "d",
"system": "http://unitsofmeasure.org",
"unit": "日"
}
}
],
"text": "内服・経口・1日3回朝昼夕食後",
"timing": {
"code": {
"coding": [
{
"code": "1013044400000000",
"system": "urn:oid:1.2.392.200250.2.2.20",
"display": "内服・経口・1日3回朝昼夕食後"
}
]
}
},
"route": {
"coding": [
{
"code": "PO",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
"display": "口"
}
]
},
"method": {
"coding": [
{
"code": "10",
"system": "urn:oid:1.2.392.200250.2.2.20.40",
"display": "経口"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"code": "1",
"system": "urn:oid:1.2.392.100495.20.2.22",
"display": "製剤量"
}
]
},
"doseQuantity": {
"value": 1,
"code": "TAB",
"system": "urn:oid:1.2.392.100495.20.2.101",
"unit": "錠"
},
"rateRatio": {
"numerator": {
"value": 3,
"code": "TAB",
"system": "urn:oid:1.2.392.100495.20.2.101",
"unit": "錠"
},
"denominator": {
"value": 1,
"code": "d",
"system": "http://unitsofmeasure.org",
"unit": "日"
}
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 9,
"code": "TAB",
"system": "urn:oid:1.2.392.100495.20.2.101",
"unit": "錠"
},
"expectedSupplyDuration": {
"value": 3,
"code": "d",
"system": "http://unitsofmeasure.org",
"unit": "日"
}
}
}