This page is part of the FHIR Shorthand (v1.0.0: STU 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
{
"resourceType" : "CodeSystem",
"id" : "shorthand-code-system",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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" : "1.0.0",
"name" : "ShorthandCodeSystem",
"title" : "Shorthand Code System",
"status" : "active",
"date" : "2020-10-12T15:26:41+11:00",
"publisher" : "HL7 International - FHIR Infrastructure Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"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",
"display" : "World"
}
]
}
],
"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."
}
]
}