Open mHealth to HL7 FHIR® Implementation Guide CI Build

Open mHealth to FHIR - Local Development build (v0.0.0). See the Directory of published versions

JSON Format: CodeSystem-omh-datapoint-type

Download Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "omh-datapoint-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://www.fhir.org/guides/omhtofhir/CodeSystem/omh-datapoint-type 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\">geoposition<a name=\"omh-datapoint-type-geoposition\"> </a></td><td>Geoposition</td><td>The latitude and longitude coordinates of a particular location.  (source: https://en.wiktionary.org/wiki/geolocation#English)</td></tr><tr><td style=\"white-space:nowrap\">orientation<a name=\"omh-datapoint-type-orientation\"> </a></td><td>Gyroscope measurement Panel</td><td>The latitude and longitude coordinates of a particular location.  (source: https://en.wiktionary.org/wiki/geolocation#English)</td></tr><tr><td style=\"white-space:nowrap\">magnetic_force<a name=\"omh-datapoint-type-magnetic_force\"> </a></td><td>Magnetic Force Panel</td><td>2 or 3 axis gyroscopic measurements representing the angular velocity in these axis.</td></tr><tr><td style=\"white-space:nowrap\">pace<a name=\"omh-datapoint-type-pace\"> </a></td><td>Pace</td><td>The time it takes to cover a certain distance (km or mile) by some physical activity like walking, running, biking, etc.  This is NOT the traditional unit of length of the same name.</td></tr></table></div>"
  },
  "url" : "http://www.fhir.org/guides/omhtofhir/CodeSystem/omh-datapoint-type",
  "version" : "0.0.0",
  "name" : "omh-datapoint-type",
  "title" : "Open mHealth to FHIR Datapoint Type",
  "status" : "draft",
  "date" : "2018-11-17",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.openmhealth.org/"
        }
      ]
    }
  ],
  "description" : "OMH datapoint schema type the measure an Open mHealth data schema is representing.   These concepts are used were suitable LOINC or SNOMED-CT concepts are not available.",
  "caseSensitive" : true,
  "valueSet" : "http://www.fhir.org/guides/omhtofhir/ValueSet/omh-datapoint-type",
  "content" : "complete",
  "concept" : [
    {
      "code" : "geoposition",
      "display" : "Geoposition",
      "definition" : "The latitude and longitude coordinates of a particular location.  (source: https://en.wiktionary.org/wiki/geolocation#English)"
    },
    {
      "code" : "orientation",
      "display" : "Gyroscope measurement Panel",
      "definition" : "The latitude and longitude coordinates of a particular location.  (source: https://en.wiktionary.org/wiki/geolocation#English)"
    },
    {
      "code" : "magnetic_force",
      "display" : "Magnetic Force Panel",
      "definition" : "2 or 3 axis gyroscopic measurements representing the angular velocity in these axis."
    },
    {
      "code" : "pace",
      "display" : "Pace",
      "definition" : "The time it takes to cover a certain distance (km or mile) by some physical activity like walking, running, biking, etc.  This is NOT the traditional unit of length of the same name."
    }
  ]
}