FHIR IG analytics| Package | hl7.fhir.us.ccda |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-FC-medication.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest FC-medication
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: Uniform Resource Identifier (URI)/urn:uuid:cdbd33f0-6cde-11db-9fe1-0800200c9a66
status: Active
intent: Order
medication: albuterol 0.1 MG Inhalation Powder
subject: Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)
groupIdentifier: Uniform Resource Identifier (URI)/urn:uuid:2a620155-9d11-439e-92b3-5d9815ff4ee8
dosageInstruction
sequence: 1
timing: Once
asNeeded: false
DoseAndRates
Dose[x] 1
{
"resourceType": "MedicationRequest",
"id": "FC-medication",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:cdbd33f0-6cde-11db-9fe1-0800200c9a66"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "252298",
"display": "albuterol 0.1 MG Inhalation Powder"
}
],
"text": "albuterol 0.1 MG Inhalation Powder"
},
"subject": {
"reference": "Patient/CF-patient"
},
"groupIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:2a620155-9d11-439e-92b3-5d9815ff4ee8"
},
"dosageInstruction": [
{
"sequence": 1,
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2012-08-06"
}
}
},
"asNeededBoolean": false,
"doseAndRate": [
{
"doseQuantity": {
"value": 1
}
}
]
}
]
}