FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ActivityDefinition/shareable-example

Packagehl7.fhir.uv.crmi
Resource TypeActivityDefinition
Idshareable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/ActivityDefinition-shareable-example.html
URLhttp://hl7.org/fhir/uv/crmi/ActivityDefinition/shareable-example
Version2.0.0-cibuild
Statusdraft
Date2025-07-25T17:10:20+00:00
NameShareableActivityDefinitionExample
TitleShareable ActivityDefinition Example
Realmuv
Authorityhl7
DescriptionExample Shareable Activity Definition for a recommendation to order a medication
KindMedicationRequest

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source

{
  "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"
          }
        }
      ]
    }
  ]
}