Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/conceptmap-properties (JSON)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemConceptMap Properties

{
  "resourceType" : "CodeSystem",
  "id" : "conceptmap-properties",
  "meta" : {
    "lastUpdated" : "2022-09-07T10:58:29.429+10:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "vocab"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/conceptmap-properties",
  "version" : "5.0.0-ballot",
  "name" : "ConceptMap Properties",
  "title" : "FHIR Defined ConceptMap Properties",
  "status" : "draft",
  "experimental" : false,
  "publisher" : "FHIR Project",
  "description" : "A set of common concept properties for use on ConceptMap",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "relationshipRefinement",
    "display" : "Relationship Refinement",
    "definition" : "Property of type coding that indicates a specific refined relationship such as categorized by or grouped"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.