{
"description": "Example Shareable Activity Definition for a recommendation to order a medication",
"_filename": "example/ActivityDefinition-shareable-example.json",
"package_name": "hl7.fhir.uv.crmi.r4",
"date": "2023-08-03T14:56:55+00:00",
"meta": {
"profile": [ "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareableactivitydefinition" ]
},
"publisher": "Clinical Decision Support WG",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"dosage": [ {
"text": "75mcg daily",
"route": {
"coding": [ {
"code": "26643006",
"system": "http://snomed.info/sct",
"display": "Oral Route (qualifier value)"
} ]
},
"timing": {
"repeat": {
"period": 1,
"frequency": 1,
"periodUnit": "d"
}
},
"sequence": 1,
"doseAndRate": [ {
"type": {
"coding": [ {
"code": "ordered",
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"display": "Ordered"
} ]
},
"doseQuantity": {
"code": "ug",
"unit": "mcg",
"value": 75,
"system": "http://unitsofmeasure.org"
}
} ]
} ],
"productCodeableConcept": {
"coding": [ {
"code": "376988009",
"system": "http://snomed.info/sct",
"display": "Levothyroxine sodium 75 microgram oral tablet"
} ]
},
"name": "ShareableActivityDefinitionExample",
"type": null,
"experimental": "true",
"resourceType": "ActivityDefinition",
"title": "Shareable ActivityDefinition Example",
"package_version": "1.0.0-ballot",
"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-knowledgeRepresentationLevel",
"valueCode": "structured"
} ],
"priority": "routine",
"status": "draft",
"id": "6f0c1df4-f656-4a1d-ba70-ff5458bebdd9",
"kind": "MedicationRequest",
"url": "http://hl7.org/fhir/uv/crmi/ActivityDefinition/shareable-example",
"code": {
"text": "Order a medication"
},
"doNotPerform": false,
"intent": "proposal",
"version": "1.0.0-ballot",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/dss",
"system": "url"
} ]
} ]
}