CardinalKit Mobile Health Data FHIR Implementation Guide
1.0.0 - release

CardinalKit Mobile Health Data FHIR Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: OMH to FHIR Device Modality ValueSet - JSON Representation

Draft as of 2019-06-06

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "omh-device-modality",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <code>http://www.fhir.org/guides/omhtofhir/CodeSystem/omh-device-modality</code></li></ul></div>"
  },
  "url" : "http://cardinalkit.org/fhir/ValueSet/omh-device-modality",
  "version" : "1.0.0",
  "name" : "OmhDeviceModalityValueSet",
  "title" : "OMH to FHIR Device Modality ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-06-06T10:50:59-07:00",
  "publisher" : "Stanford Byers Center for Biodesign",
  "contact" : [
    {
      "name" : "Stanford Byers Center for Biodesign",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://biodesign.stanford.edu/"
        },
        {
          "system" : "email",
          "value" : "vishnur@stanford.edu"
        }
      ]
    },
    {
      "name" : "Vishnu Ravi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "vishnur@stanford.edu",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The modality whereby the measure is obtained.  Choice of sensed|self-reported .",
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://www.fhir.org/guides/omhtofhir/CodeSystem/omh-device-modality"
      }
    ]
  }
}