FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-jp-medicationdispense-injection-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationDispense",
"id": "jp-medicationdispense-injection-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationDispense_Injection"
]
},
"identifier": [
{
"system": "urn:oid:1.2.392.100495.20.3.81",
"value": "1"
},
{
"system": "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
"value": "1234567890.1"
}
],
"contained": [
{
"resourceType": "Medication",
"id": "jp-medicationdispense-injection-medication-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_Medication"
]
},
"status": "active",
"ingredient": [
{
"extension": [
{
"url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_Ingredient_DrugNo",
"valueInteger": 1
}
],
"itemCodeableConcept": {
"coding": [
{
"code": "100558502",
"system": "urn:oid:1.2.392.200119.4.403.1",
"display": "ホリゾン注射液10mg"
}
]
},
"strength": {
"extension": [
{
"url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Medication_IngredientStrength_StrengthType",
"valueCodeableConcept": {
"coding": [
{
"code": "1",
"system": "urn:oid:1.2.392.100495.20.2.22",
"display": "製剤量"
}
]
}
}
],
"numerator": {
"value": 1,
"code": "AMP",
"system": "urn:oid:1.2.392.100495.20.2.101",
"unit": "アンプル"
},
"denominator": {
"value": 1,
"code": "TIME",
"system": "urn:oid:1.2.392.100495.20.2.101",
"unit": "回"
}
}
}
]
},
{
"resourceType": "BodyStructure",
"id": "jp-medicationdispense-injection-bodystructure-example-1",
"location": {
"coding": [
{
"code": "ARM",
"system": "http://terminology.hl7.org/CodeSystem/v2-0550",
"display": "Arm"
}
]
},
"locationQualifier": [
{
"coding": [
{
"code": "L",
"system": "http://terminology.hl7.org/CodeSystem/v2-0495",
"display": "Left"
}
]
}
],
"patient": {
"reference": "Patient/jp-patient-example-1"
}
}
],
"status": "completed",
"category": {
"coding": [
{
"code": "I",
"system": "http://terminology.hl7.org/CodeSystem/v2-0482",
"display": "Inpatient Order"
}
]
},
"medicationReference": {
"reference": "#jp-medicationdispense-injection-medication-example-1"
},
"subject": {
"reference": "Patient/jp-patient-example-1"
},
"performer": [
{
"function": {
"coding": [
{
"code": "packager",
"system": "http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function",
"display": "Packager"
}
]
},
"actor": {
"reference": "Practitioner/jp-practitioner-example-female-1"
}
}
],
"quantity": {
"value": 2,
"code": "mL",
"system": "http://unitsofmeasure.org",
"unit": "mL"
},
"whenPrepared": "2021-10-07T10:47:19+09:00",
"whenHandedOver": "2021-10-07T10:55:23+09:00",
"destination": {
"reference": "Location/jp-location-example-ward"
},
"dosageInstruction": [
{
"additionalInstruction": [
{
"coding": [
{
"code": "I1100000",
"system": "urn:oid:1.2.392.200250.2.2.20.22",
"display": "1日おき"
}
]
}
],
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2016-07-01T10:00:00+09:00"
}
}
},
"text": "ワンショット 静脈注射 静脈内",
"site": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference": {
"reference": "#jp-medicationdispense-injection-bodystructure-example-1",
"type": "BodyStructure"
}
}
]
},
"route": {
"coding": [
{
"code": "IV",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/route-codes",
"display": "静脈内"
}
]
},
"method": {
"coding": [
{
"code": "30",
"system": "urn:oid:1.2.392.200250.2.2.20.40",
"display": "静脈注射"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 2,
"code": "mL",
"system": "http://unitsofmeasure.org",
"unit": "mL"
}
}
]
}
]
}