FHIR Shorthand
0.12.0 - STU1 Ballot

This page is part of the FHIR Shorthand (v0.12.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Shorthand Code System - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "shorthand-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Shorthand Code System</h2><div><p>Code system containing local codes defined in FHIR Shorthand.</p>\n</div><p>This code system http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system 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\">example<a name=\"shorthand-code-system-example\"> </a></td><td>Example</td><td>The instance represents an example, not a real-life resource, and will be presented as such in an IG.</td></tr><tr><td style=\"white-space:nowrap\">inline<a name=\"shorthand-code-system-inline\"> </a></td><td>Inline</td><td>The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle).</td></tr><tr><td style=\"white-space:nowrap\">definition<a name=\"shorthand-code-system-definition\"> </a></td><td>Definition</td><td>The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system",
  "version" : "0.12.0",
  "name" : "ShorthandCodeSystem",
  "title" : "Shorthand Code System",
  "status" : "active",
  "date" : "2020-04-01T17:25:07+00:00",
  "publisher" : "HL7 International - FHIR Infrastructure Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Code system containing local codes defined in FHIR Shorthand.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "content" : "complete",
  "concept" : [
    {
      "code" : "example",
      "display" : "Example",
      "definition" : "The instance represents an example, not a real-life resource, and will be presented as such in an IG."
    },
    {
      "code" : "inline",
      "display" : "Inline",
      "definition" : "The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle)."
    },
    {
      "code" : "definition",
      "display" : "Definition",
      "definition" : "The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page."
    }
  ]
}