FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypeActivityDefinition
IdActivityDefinition-activity-example-recommendimmunization-ad.json
FHIR VersionR4

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: Activity Example Recommend Immunization AD
Id: activity-example-recommendimmunization-ad
Version: 1.0.1-current

urn:oid:2.16.840.1.113883.4.642.40.48.11.13

Experimental: true
Date (date last changed): 2024-11-26 16:34:39+0000
Publisher (steward): IHE QRPH Technical Committee
Description:

IHE CCG example for Recommend Immunization ActivityDefinition (based on HL7 CPG example)

Jurisdiction: 001
Topic: reqvx
Code:

system: http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs

code: recommend-immunization

display: Recommend an immunization

Kind: MedicationRequest
Profile: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest
Intent: proposal
Priority: routine
doNotPerform: false
Product:

system: http://snomed.info/sct

code: 871751006

display: Vaccine product containing only Hepatitis A virus antigen (medicinal product)


Source1

{
  "resourceType": "ActivityDefinition",
  "id": "activity-example-recommendimmunization-ad",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-reqvx-ad",
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationactivity",
      "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://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-recommendimmunization-ad",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.11.13"
    }
  ],
  "version": "1.0.1-current",
  "name": "ActivityExampleRecommendImmunizationAD",
  "title": "Activity Example Recommend Immunization 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 Recommend Immunization ActivityDefinition (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": "reqvx"
        }
      ]
    }
  ],
  "kind": "MedicationRequest",
  "profile": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-immunizationrequest",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code": "recommend-immunization",
        "display": "Recommend an immunization"
      }
    ]
  },
  "intent": "proposal",
  "priority": "routine",
  "doNotPerform": false,
  "productCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "871751006",
        "display": "Vaccine product containing only Hepatitis A virus antigen (medicinal product)"
      }
    ]
  }
}