OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

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

: OpenMRS Order Code - JSON Representation

Active as of 2023-06-23

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "OpenMRS-order-code-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a></li></ul></div>"
  },
  "url" : "http://fhir.openmrs.org/core/ValueSet/OpenMRS-order-code-vs",
  "version" : "0.1.0",
  "name" : "OpenMRSOrderCodeVS",
  "title" : "OpenMRS Order Code",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-06-23T17:20:12+00:00",
  "contact" : [
    {
      "name" : "OpenMRS, Inc.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://openmrs.org"
        }
      ]
    }
  ],
  "description" : "The code for the openmrs requested in the EMR.",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org"
      }
    ]
  }
}