PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.tools@0.1.0
    http://hl7.org/fhir/tools/CodeSystem/binding-style
{
  "description": "How the data type is bound to vocabulary",
  "_filename": "CodeSystem-binding-style.json",
  "package_name": "hl7.fhir.uv.tools",
  "date": "2023-12-19T11:34:35+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "content": "complete",
  "name": "VocabBindingStyles",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Vocab Binding Style Codes",
  "package_version": "0.1.0",
  "status": "active",
  "id": "38e2112d-415f-4c27-991c-05f7455f5c50",
  "kind": null,
  "url": "http://hl7.org/fhir/tools/CodeSystem/binding-style",
  "concept": [ {
    "code": "FHIR",
    "display": "FHIR",
    "definition": "Binding uses system(uri)+version+code+display (or just code or for Quantity, system+code+unit). This is the default for the FHIR Tools"
  }, {
    "code": "RIM",
    "display": "RIM",
    "definition": "Binding uses codeSystem(oid)+codeSystemName+codeSystemVersion+valueSet+valueSetVersion+code+displayName"
  }, {
    "code": "CDA",
    "display": "CDA",
    "definition": "Binding uses codeSystem(oid)+codeSystemName+codeSystemVersion+sdtcValueSet+sdtcValueSetVersion+code+displayName"
  }, {
    "code": "V2",
    "display": "v2",
    "definition": "Value is to CNE/CWE types as defined in V2 R2.8"
  }, {
    "code": "openEHR",
    "display": "openEHR",
    "definition": "Binding is to openEHR DV_CODED_TEXT (?)"
  } ],
  "caseSensitive": true,
  "version": "0.1.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fhir-i",
      "system": "url"
    } ]
  } ]
}