Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: This is a mock Lens to show how to apply them to epi - JSON Representation

Draft as of 2024-05-15

Raw json | Download


{
  "resourceType" : "Library",
  "id" : "mock-lib2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lens"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Parameters</h2><table class=\"grid\"><tr><td/><td>in</td><td/><td/><td>CodeableConcept</td><td>parameter documentation</td></tr></table><h2>Contents</h2><p><code>application/javascript</code></p><pre><code>code dummy</code></pre></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/lee-version",
      "valueString" : "0.1"
    }
  ],
  "url" : "http://hl7.eu/fhir/ig/gravitate-health/Library/mock-lib2",
  "identifier" : [
    {
      "system" : "http://example.com",
      "value" : "mock-lens2"
    }
  ],
  "version" : "0.1.0",
  "name" : "mock-lens 2",
  "title" : "This is a mock Lens to show how to apply them to epi",
  "status" : "draft",
  "experimental" : true,
  "type" : {
    "coding" : [
      {
        "code" : "logical-library"
      }
    ]
  },
  "date" : "2024-05-15T16:22:48+00:00",
  "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" : "if a person is female and between 18 and 70 years, information about pregnancy is going to be highlighted. if a person is a man, the information is collapsed",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AD"
        }
      ]
    }
  ],
  "purpose" : "purpose of the lens",
  "usage" : "this is the explanation of the lens",
  "copyright" : "copyright label",
  "parameter" : [
    {
      "use" : "in",
      "documentation" : "parameter documentation",
      "type" : "CodeableConcept"
    }
  ],
  "content" : [
    {
      "contentType" : "application/javascript",
      "data" : "Y29kZSBkdW1teQ=="
    }
  ]
}