FHIR IG analytics| Package | ch.fhir.ig.ch-emed-epr |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedicationRequestTriatecPre.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MedicationRequestTriatecPre
Profile: PRE MedicationRequest
CH EMED Extension Treatment Plan
- id: Uniform Resource Identifier (URI)/urn:uuid:41b97645-e263-47c2-8d96-79da451a33f2
- externalDocumentId: Uniform Resource Identifier (URI)/urn:uuid:24c84eef-f9db-4710-8f6c-2d342ad3ac2d
identifier: Uniform Resource Identifier (URI)/urn:uuid:cc74c310-3e16-45ff-b03d-4e0787e552d3
status: Active
intent: Order
medication: Medication TRIATEC Tabl 2.5 mg 20 Stk
subject: Jeanne Dupont Female, DoB: 1972-08-07 ( Medical record number)
authoredOn: 2023-04-11
requester: PractitionerRole
dosageInstruction
text: Un demi comprimé ou un comprimé entier à avaler avec de l'eau le soir dès le 2023-04-11.
patientInstruction: À prendre avec de l'eau
timing: Noon, Once
route: À avaler
DoseAndRates
Dose[x] 0.5-1 Tablet (unit of presentation)
Generated Narrative: Medication #MedicationTriatec
Profile: CH EMED EPR Medication
code: TRIATEC Tabl 2.5 mg
form: Tablet
amount: 20 Tablet (unit of presentation) (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')/1 Package (Details: SNOMED CT code1681000175101 = 'Package - unit of product usage')
Ingredients
Item[x] IsActive Strength Ramipril true 2.5 milligram (Details: UCUM codemg = 'mg')/1 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')
{
"resourceType": "MedicationRequest",
"id": "MedicationRequestTriatecPre",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medicationrequest"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "MedicationTriatec",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medication"
]
},
"code": {
"coding": [
{
"system": "urn:oid:2.51.1.1",
"code": "7680538751228",
"display": "TRIATEC Tabl 2.5 mg 20 Stk"
}
],
"text": "TRIATEC Tabl 2.5 mg"
},
"form": {
"coding": [
{
"system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code": "10219000",
"display": "Tablet"
}
],
"text": "Tablet"
},
"amount": {
"numerator": {
"value": 20,
"unit": "Tablet (unit of presentation)",
"system": "http://snomed.info/sct",
"code": "732936001"
},
"denominator": {
"value": 1,
"unit": "Package",
"system": "http://snomed.info/sct",
"code": "1681000175101"
}
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386872004",
"display": "Ramipril (substance)"
}
],
"text": "Ramipril"
},
"isActive": true,
"strength": {
"numerator": {
"value": 2.5,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"denominator": {
"value": 1,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}
]
}
],
"extension": [
{
"extension": [
{
"url": "id",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:41b97645-e263-47c2-8d96-79da451a33f2"
}
},
{
"url": "externalDocumentId",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:24c84eef-f9db-4710-8f6c-2d342ad3ac2d"
}
}
],
"url": "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-treatmentplan"
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:cc74c310-3e16-45ff-b03d-4e0787e552d3"
}
],
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "#MedicationTriatec"
},
"subject": {
"reference": "urn:uuid:2dbfe659-07d0-45c7-b8df-4a48372049a3"
},
"authoredOn": "2023-04-11",
"requester": {
"reference": "urn:uuid:213d609a-1164-459a-bb10-727516ae3d0c"
},
"dosageInstruction": [
{
"text": "Un demi comprimé ou un comprimé entier à avaler avec de l'eau le soir dès le 2023-04-11.",
"patientInstruction": "À prendre avec de l'eau",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2023-04-11"
},
"when": [
"NOON"
]
}
},
"route": {
"coding": [
{
"system": "urn:oid:0.4.0.127.0.16.1.1.2.1",
"code": "20053000",
"display": "Oral use"
}
],
"text": "À avaler"
},
"doseAndRate": [
{
"doseRange": {
"low": {
"value": 0.5,
"unit": "Tablet (unit of presentation)",
"system": "http://snomed.info/sct",
"code": "732936001"
},
"high": {
"value": 1,
"unit": "Tablet (unit of presentation)",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}
]
}
]
}