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

FHIR IG Statistics: ActivityDefinition/activity-example-ordermedication-ad

Packageihe.qrph.ccg
Resource TypeActivityDefinition
Idactivity-example-ordermedication-ad
FHIR VersionR4
Sourcehttps://profiles.ihe.net/QRPH/CCG/https://build.fhir.org/ig/IHE/QRPH.CCG/ActivityDefinition-activity-example-ordermedication-ad.html
URLhttp://example.org/fhir/uv/cpg/ActivityDefinition/activity-example-ordermedication-ad
Version1.0.0-current
Statusactive
Date2024-11-26T16:34:39+00:00
NameActivityExampleOrderMedicationAD
TitleActivity Example Order Medication AD
Realmuv
Authorityihe
DescriptionIHE CCG example for medication order ActivityDefinition Task (based on HL7 CPG example)
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

Generated Narrative: ActivityDefinition activity-example-ordermedication-ad

CQF Knowledge capability: shareable

CQF Knowledge capability: computable

CQF Knowledge capability: publishable

url: ActivityDefinition Activity Example Order Medication AD

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.40.48.11.10

version: 1.0.0-current

name: ActivityExampleOrderMedicationAD

title: Activity Example Order Medication AD

status: Active

experimental: true

date: 2024-11-26 16:34:39+0000

publisher: IHE QRPH Technical Committee

contact: https://www.ihe.net/ihe_domains/quality_research_and_public_health/, qrph@ihe.net, IHE QRPH Technical Committee: qrph@ihe.net

description:

IHE CCG example for medication order ActivityDefinition Task (based on HL7 CPG example)

jurisdiction: Global (Whole world)

topic: Order Medication

kind: MedicationRequest

profile: CPG Medication Request

code: Order a medication

intent: Proposal

priority: Routine

doNotPerform: false

product: Levothyroxine sodium 75 microgram oral tablet

dosage

sequence: 1

text: 75mcg daily

timing: Once per 1 day

route: Oral Route (qualifier value)

DoseAndRates

-TypeDose[x]
*Ordered75 mcg (Details: UCUM codeug = 'ug')

Source

{
  "resourceType": "ActivityDefinition",
  "id": "activity-example-ordermedication-ad",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-orderrx-ad",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationrequestactivity",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"
    ]
  },
  "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/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    }
  ],
  "url": "http://example.org/fhir/uv/cpg/ActivityDefinition/activity-example-ordermedication-ad",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.11.10"
    }
  ],
  "version": "1.0.0-current",
  "name": "ActivityExampleOrderMedicationAD",
  "title": "Activity Example Order Medication AD",
  "status": "active",
  "experimental": true,
  "date": "2024-11-26T16:34:39+00:00",
  "publisher": "IHE QRPH Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    },
    {
      "name": "IHE QRPH Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "qrph@ihe.net"
        }
      ]
    }
  ],
  "description": "IHE CCG example for medication order ActivityDefinition Task (based on HL7 CPG example)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "topic": [
    {
      "coding": [
        {
          "system": "https://profiles.ihe.net/QRPH/CCG/CodeSystem/ccg-card-type-cs",
          "code": "orderrx"
        }
      ]
    }
  ],
  "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"
          }
        }
      ]
    }
  ]
}