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

FHIR IG analytics

Packagehl7.eu.fhir.gh
Resource TypeLibrary
IdLibrary-interaction-lens.json
FHIR VersionR5

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: interaction-lens
Id: interaction-lens
Version: 0.1.0
Url: allergy-lens

interaction-lens

Status: draft
Experimental: true
Type:

code: logical-library

Date: 2024-06-12 12:23:10+0000
Publisher: Gravitate Health Project
Description:

Lens that highlight or collapses pregnancy related information

Purpose:

Collapse or highlight interactions between drugs to related information on a preprocessed ePI.

Usage:

You can import this lens directly to your FHIR Server which suports Library Resource type.

Copyright:

© 2024 Gravitate Health

Parameters:
NameTypeMinMaxIn/Out
CodeableConceptIn
Content: application/javascript

Source1

{
  "resourceType": "Library",
  "id": "interaction-lens",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lens"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lee-version",
      "valueString": "dev"
    }
  ],
  "url": "http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib",
  "identifier": [
    {
      "system": "http://gravitate-health.lst.tfo.upm.es",
      "value": "interaction-lens"
    }
  ],
  "version": "0.1.0",
  "name": "interaction-lens",
  "title": "interaction-lens",
  "status": "draft",
  "experimental": true,
  "type": {
    "coding": [
      {
        "code": "logical-library"
      }
    ]
  },
  "date": "2024-06-12T12:23:10.005Z",
  "publisher": "Gravitate Health Project",
  "contact": [
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    },
    {
      "name": "Gravitate Health Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description": "Lens that highlight or collapses pregnancy related information",
  "purpose": "Collapse or highlight interactions between drugs to related information on a preprocessed ePI.",
  "usage": "You can import this lens directly to your FHIR Server which suports Library Resource type.",
  "copyright": "© 2024 Gravitate Health",
  "parameter": [
    {
      "use": "in",
      "documentation": "parameter if it exists",
      "type": "CodeableConcept"
    }
  ],
  "content": [
    {
      "contentType": "application/javascript"
    }
  ]
}