Starter FHIR Implementation Guide
1.0.1 - draft International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Yes/No - JSON Representation

Draft as of 2024-11-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "yes-no-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem yes-no-code-system</b></p><a name=\"yes-no-code-system\"> </a><a name=\"hcyes-no-code-system\"> </a><a name=\"yes-no-code-system-en-US\"> </a><p>This case-sensitive code system <code>http://jembi.org/fhir/CodeSystem/yes-no-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">true<a name=\"yes-no-code-system-true\"> </a></td><td>Yes</td></tr><tr><td style=\"white-space:nowrap\">false<a name=\"yes-no-code-system-false\"> </a></td><td>No</td></tr></table></div>"
  },
  "url" : "http://jembi.org/fhir/CodeSystem/yes-no-code-system",
  "version" : "1.0.1",
  "name" : "YesNoCodeSystem",
  "title" : "Yes/No",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-11-17T13:26:33+00:00",
  "publisher" : "Jembi Health Systems",
  "contact" : [
    {
      "name" : "Jembi Health Systems",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.jembi.org/"
        },
        {
          "system" : "email",
          "value" : "info@jembi.org"
        }
      ]
    },
    {
      "name" : "Richard Langford",
      "telecom" : [
        {
          "system" : "email",
          "value" : "richard.langford@jembi.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Yes/No Codes Represented as Boolean.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "true",
      "display" : "Yes"
    },
    {
      "code" : "false",
      "display" : "No"
    }
  ]
}