FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-a4d97476-39fa-46c6-bf2e-1fb153a7bbe3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "MedicationAdministration",
"id": "a4d97476-39fa-46c6-bf2e-1fb153a7bbe3",
"meta": {
"versionId": "1",
"lastUpdated": "2019-05-27T13:04:55.345+03:00",
"profile": [
"http://phr.kanta.fi/StructureDefinition/fiphr-sd-insulindosing-r4"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:2bc59f2d-5e28-4d1b-a403-bf3a27b1610c"
}
],
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://phr.kanta.fi/CodeSystem/fiphr-cs-insulincode",
"code": "ins-short-fast",
"display": "Fast-acting insulin"
},
{
"system": "http://ownSystem.fi/CodeSystem/cs-insulincode",
"code": "1234",
"display": "Fast insulin"
}
],
"text": "A code for short and fast acting insulins, for example insulins that could be included in the group A10AB of the ATC Code System."
},
"subject": {
"reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
},
"effectiveDateTime": "2020-10-05",
"performer": [
{
"actor": {
"reference": "Patient/daf8ca40-b46c-4c6b-99d5-d3a1b77074ad"
}
}
],
"note": [
{
"authorString": "AuhtorString",
"time": "2019-05-27",
"text": "Note Text is Mandatory Field"
}
],
"dosage": {
"text": "Dosage Text",
"dose": {
"value": 3,
"unit": "[IU]",
"system": "http://unitsofmeasure.org",
"code": "[IU]"
},
"rateQuantity": {
"value": 5,
"unit": "g/min",
"system": "http://unitsofmeasure.org",
"code": "g/min"
}
}
}