FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/definition-use

Packagehl7.terminology.r4b
TypeCodeSystem
Iddefinition-use
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/CodeSystem-definition-use.html
URLhttp://terminology.hl7.org/CodeSystem/definition-use
Version2.0.0
Statusactive
Date2024-07-21T00:36:31-06:00
NameDefinitionUseCodes
TitleStructure Definition Use Codes / Keywords
Realmuv
Authorityhl7
DescriptionStructure Definition Use Codes / Keywords
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html
Contentcomplete

Resources that use this resource

ValueSet
definition-useStructure Definition Use Codes / Keywords
definition-useStructure Definition Use Codes / Keywords

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem definition-use

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/definition-use defines the following codes:

CodeDisplayDefinition
fhir-structure FHIR StructureThis structure is defined as part of the base FHIR Specification
custom-resource Custom ResourceThis structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)
dam Domain Analysis ModelThis structure captures an analysis of a domain
wire-format Wire FormatThis structure represents and existing structure (e.g. CDA, HL7 v2)
archetype Domain Analysis ModelThis structure captures an analysis of a domain
template TemplateThis structure is a template (n.b: 'template' has many meanings)

Source

{
  "resourceType": "CodeSystem",
  "id": "definition-use",
  "meta": {
    "lastUpdated": "2020-04-09T21:10:28.568+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/definition-use",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1191"
    }
  ],
  "version": "2.0.0",
  "name": "DefinitionUseCodes",
  "title": "Structure Definition Use Codes / Keywords",
  "status": "active",
  "experimental": false,
  "date": "2024-07-21T00:36:31-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Structure Definition Use Codes / Keywords",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/definition-use",
  "content": "complete",
  "concept": [
    {
      "code": "fhir-structure",
      "display": "FHIR Structure",
      "definition": "This structure is defined as part of the base FHIR Specification"
    },
    {
      "code": "custom-resource",
      "display": "Custom Resource",
      "definition": "This structure is intended to be treated like a FHIR resource (e.g. on the FHIR API)"
    },
    {
      "code": "dam",
      "display": "Domain Analysis Model",
      "definition": "This structure captures an analysis of a domain"
    },
    {
      "code": "wire-format",
      "display": "Wire Format",
      "definition": "This structure represents and existing structure (e.g. CDA, HL7 v2)"
    },
    {
      "code": "archetype",
      "display": "Domain Analysis Model",
      "definition": "This structure captures an analysis of a domain"
    },
    {
      "code": "template",
      "display": "Template",
      "definition": "This structure is a template (n.b: 'template' has many meanings)"
    }
  ]
}