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

FHIR IG Statistics: ActivityDefinition/213

Packagehl7.fhir.uv.ebm
Resource TypeActivityDefinition
Id213
FHIR VersionR6
Sourcehttp://hl7.org/fhir/uv/ebm/https://build.fhir.org/ig/HL7/ebm/ActivityDefinition-213.html
URLhttps://fevir.net/resources/ActivityDefinition/213
Version1.0.0-ballot2
Statusactive
Date2021-11-04T13:34:54.626Z
NameIV_remdesivir_200_mg_then_100_mg_day_for_9_days
TitleIV remdesivir 200 mg then 100 mg/day for 9 days
Realmuv
Authorityhl7
DescriptionThis example uses the Dosage datatype to represent dosing for IV remdesivir.
Copyrighthttps://creativecommons.org/licenses/by-nc-sa/4.0/
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

Exception generating Narrative: Error @1, 17: Premature ExpressionNode termination at unexpected token "=="


Source

{
  "resourceType": "ActivityDefinition",
  "id": "213",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2023-12-05T12:52:51.103Z",
    "profile": [
      "http://hl7.org/fhir/uv/ebm/StructureDefinition/recommendation-action"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fevir.net/resources/ActivityDefinition/213",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ],
        "text": "FEvIR Object Identifier"
      },
      "system": "https://fevir.net",
      "value": "213",
      "assigner": {
        "display": "Computable Publishing LLC"
      }
    },
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.44.11.1"
    }
  ],
  "version": "1.0.0-ballot2",
  "name": "IV_remdesivir_200_mg_then_100_mg_day_for_9_days",
  "title": "IV remdesivir 200 mg then 100 mg/day for 9 days",
  "status": "active",
  "date": "2021-11-04T13:34:54.626Z",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "This example uses the Dosage datatype to represent dosing for IV remdesivir.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "author": [
    {
      "name": "Brian S. Alper"
    }
  ],
  "relatedArtifact": [
    {
      "type": "cite-as",
      "citation": "IV remdesivir 200 mg then 100 mg/day for 9 days [ActivityDefinition]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 213. Revised 2021-11-04. Available at: https://fevir.net/resources/ActivityDefinition/213. Computable resource at: https://fevir.net/resources/ActivityDefinition/213."
    }
  ],
  "kind": "MedicationRequest",
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "2284960",
        "display": "Remdesivir 100 mg Injection"
      }
    ]
  },
  "intent": "order",
  "dosage": [
    {
      "sequence": 1,
      "text": "IV remdesivir 200 mg once on day 1",
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "Intravenous use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 2
          }
        }
      ]
    },
    {
      "sequence": 2,
      "text": "IV remdesivir 100 mg once daily on days 2 through 10",
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "47625008",
            "display": "Intravenous use"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1
          }
        }
      ]
    }
  ]
}