PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/CodeSystem/example
{
  "description": "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.",
  "_filename": "codesystem-example.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-01-28",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition" ]
  },
  "publisher": "HL7 International",
  "content": "complete",
  "name": "ACME Codes for Cholesterol in Serum/Plasma",
  "type": null,
  "experimental": "true",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "4b7ed0d8-dfcd-460a-9257-2458f69098ff",
  "kind": null,
  "url": "http://hl7.org/fhir/CodeSystem/example",
  "identifier": {
    "value": "internal-cholesterol-inl",
    "system": "http://acme.com/identifiers/codesystems"
  },
  "concept": [ {
    "code": "chol-mmol",
    "display": "SChol (mmol/L)",
    "definition": "Serum Cholesterol, in mmol/L",
    "designation": [ {
      "use": {
        "code": "internal-label",
        "system": "http://acme.com/config/fhir/codesystems/internal"
      },
      "value": "From ACME POC Testing"
    } ]
  }, {
    "code": "chol-mass",
    "display": "SChol (mg/L)",
    "definition": "Serum Cholesterol, in mg/L",
    "designation": [ {
      "use": {
        "code": "internal-label",
        "system": "http://acme.com/config/fhir/codesystems/internal"
      },
      "value": "From Paragon Labs"
    } ]
  }, {
    "code": "chol",
    "display": "SChol",
    "definition": "Serum Cholesterol",
    "designation": [ {
      "use": {
        "code": "internal-label",
        "system": "http://acme.com/config/fhir/codesystems/internal"
      },
      "value": "Obdurate Labs uses this with both kinds of units..."
    } ]
  } ],
  "caseSensitive": true,
  "version": "20160128",
  "contact": [ {
    "name": "FHIR project team",
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ]
}