Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions
Active as of 2024-08-25 |
{
"resourceType" : "ActivityDefinition",
"id" : "activity-example-ordermedication-ad",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequestactivity"🔗 ,
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActivityDefinition activity-example-ordermedication-ad</b></p><a name=\"activity-example-ordermedication-ad\"> </a><a name=\"hcactivity-example-ordermedication-ad\"> </a><a name=\"activity-example-ordermedication-ad-en-US\"> </a><p><b>url</b>: <a href=\"ActivityDefinition-activity-example-ordermedication-ad.html\">ActivityDefinition Activity Example Order Medication AD</a></p><p><b>version</b>: 2.0.0-draft</p><p><b>name</b>: ActivityExampleOrderMedicationAD</p><p><b>title</b>: Activity Example Order Medication AD</p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2024-08-25 03:33:21+0000</p><p><b>publisher</b>: HL7 International / Clinical Decision Support</p><p><b>contact</b>: HL7 International / Clinical Decision Support: <a href=\"http://www.hl7.org/Special/committees/dss\">http://www.hl7.org/Special/committees/dss</a></p><p><b>description</b>: </p><div><p>Example Activity Definition for a recommendation to order a medication</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>kind</b>: MedicationRequest</p><p><b>profile</b>: <a href=\"StructureDefinition-cpg-medicationrequest.html\">CPG Medication Request</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs order-medication}\">Order a medication</span></p><p><b>intent</b>: Proposal</p><p><b>priority</b>: Routine</p><p><b>doNotPerform</b>: false</p><p><b>product</b>: <span title=\"Codes:{http://snomed.info/sct 376988009}\">Levothyroxine sodium 75 microgram oral tablet</span></p><blockquote><p><b>dosage</b></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode" : "shareable"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode" : "computable"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode" : "publishable"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel",
"valueCode" : "structured"
}
],
"url" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-ordermedication-ad",
"version" : "2.0.0-draft",
"name" : "ActivityExampleOrderMedicationAD",
"title" : "Activity Example Order Medication AD",
"status" : "active",
"experimental" : true,
"date" : "2024-08-25T03:33:21+00:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"name" : "HL7 International / Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "Example Activity Definition for a recommendation to order a medication",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"kind" : "MedicationRequest",
"profile" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequest",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
"code" : "order-medication",
"display" : "Order a medication"
}
]
},
"intent" : "proposal",
"priority" : "routine",
"doNotPerform" : false,
"productCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "376988009",
"display" : "Levothyroxine sodium 75 microgram oral tablet"
}
]
},
"dosage" : [
{
"sequence" : 1,
"text" : "75mcg daily",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1,
"periodUnit" : "d"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral Route (qualifier value)"
}
]
},
"doseAndRate" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "ordered",
"display" : "Ordered"
}
]
},
"doseQuantity" : {
"value" : 75,
"unit" : "mcg",
"system" : "http://unitsofmeasure.org",
"code" : "ug"
}
}
]
}
]
}