Package | hl7.fhir.uv.crmi |
Resource Type | ActivityDefinition |
Id | shareable-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/ActivityDefinition-shareable-example.html |
URL | http://hl7.org/fhir/uv/crmi/ActivityDefinition/shareable-example |
Version | 2.0.0-cibuild |
Status | draft |
Date | 2025-07-25T17:10:20+00:00 |
Name | ShareableActivityDefinitionExample |
Title | Shareable ActivityDefinition Example |
Realm | uv |
Authority | hl7 |
Description | Example Shareable Activity Definition for a recommendation to order a medication |
Kind | MedicationRequest |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Title: | Shareable ActivityDefinition Example |
---|---|
Id: | shareable-example |
Version: | 2.0.0-cibuild |
urn:oid:2.16.840.1.113883.4.642.40.38.11.3 |
|
Status: | draft |
Experimental: | true |
Date (date last changed): | 2025-07-25 17:10:20+0000 |
Publisher (steward): | HL7 International / Clinical Decision Support |
Description: | Example Shareable Activity Definition for a recommendation to order a medication |
Jurisdiction: | 001 |
Code: | Order a medication |
Kind: | MedicationRequest |
Intent: | proposal |
Priority: | routine |
doNotPerform: | false |
Product: |
system: http://snomed.info/sct code: 376988009 display: Levothyroxine sodium 75 microgram oral tablet |
{ "resourceType": "ActivityDefinition", "id": "shareable-example", "meta": { "profile": [ "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareableactivitydefinition" ] }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "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/uv/crmi/ActivityDefinition/shareable-example", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.38.11.3" } ], "version": "2.0.0-cibuild", "name": "ShareableActivityDefinitionExample", "title": "Shareable ActivityDefinition Example", "status": "draft", "experimental": true, "date": "2025-07-25T17:10:20+00:00", "publisher": "HL7 International / Clinical Decision Support", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/dss" } ] } ], "description": "Example Shareable 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", "code": { "text": "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" } } ] } ] }