Vulcan ePI FHIR Implementation Guide
0.1.0 - CI Build

Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Gravitate Health Project Code System - JSON Representation

Active as of 2022-09-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "gravitate",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/gravitate defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">flavor<a name=\"gravitate-flavor\"> </a></td><td>Flavor</td><td>Placeholder for the Flavor concept</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/gravitate",
  "version" : "0.1.0",
  "name" : "CodeSystemGravitate",
  "title" : "Gravitate Health Project Code System",
  "status" : "active",
  "date" : "2022-09-02T12:45:28+00:00",
  "contact" : [
    {
      "name" : "Gravitate Health Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description" : "Gravitate Health Project Code System. Coded concepts defined for internal project use.",
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "flavor",
      "display" : "Flavor",
      "definition" : "Placeholder for the Flavor concept"
    }
  ]
}