Package | hl7.fhir.uv.crmi |
Resource Type | ActivityDefinition |
Id | shareable-example-artifact-reference |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/ActivityDefinition-shareable-example-artifact-reference.html |
URL | http://hl7.org/fhir/uv/crmi/ActivityDefinition/shareable-example-artifact-reference |
Version | 2.0.0-cibuild |
Status | draft |
Date | 2025-07-25T17:10:20+00:00 |
Name | ShareableActivityDefinitionExampleArtifactReference |
Title | Shareable ActivityDefinition Example Artifact Reference |
Realm | uv |
Authority | hl7 |
Description | Example Shareable Activity Definition for a recommendation to order a medication. The medication uses the artifact-reference extension to a corresponding medication identified by artifact-url and artifact-version extensions |
Kind | MedicationRequest |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Title: | Shareable ActivityDefinition Example Artifact Reference |
---|---|
Id: | shareable-example-artifact-reference |
Version: | 2.0.0-cibuild |
urn:oid:2.16.840.1.113883.4.642.40.38.11.2 |
|
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. The medication uses the artifact-reference extension to a corresponding medication identified by artifact-url and artifact-version extensions |
Jurisdiction: | 001 |
Code: | Order a medication |
Kind: | MedicationRequest |
Intent: | proposal |
Priority: | routine |
doNotPerform: | false |
Product: |
code: alprazolam 0.25 MG Oral Tablet |
{ "resourceType": "ActivityDefinition", "id": "shareable-example-artifact-reference", "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-artifact-reference", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.38.11.2" } ], "version": "2.0.0-cibuild", "name": "ShareableActivityDefinitionExampleArtifactReference", "title": "Shareable ActivityDefinition Example Artifact Reference", "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. The medication uses the artifact-reference extension to a corresponding medication identified by artifact-url and artifact-version extensions", "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, "productReference": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/artifact-uriReference", "valueUri": "http://example.org/Medication/definition-example|1.0.0" } ], "display": "alprazolam 0.25 MG 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" } } ] } ] }