Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/CodeSystem
ResourceCodeSystem
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "CodeSystem",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - CodeSystem: ACME Codes for Cholesterol in Serum/Plasma</p></div>"
  },
  "url" : "urn:uuid:2e7a9db2-c3bf-11e6-a4a6-cec0c932ce01",
  "identifier" : [ {
    "system" : "http://acme.com/identifiers/codesystems",
    "value" : "131188874-65692"
  } ],
  "version" : "20181119",
  "name" : "ACMECodesCholesterolSerumPlasma",
  "title" : "ACME Codes for Cholesterol in Serum/Plasma",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-02-02",
  "publisher" : "HL7 International",
  "contact" : [ {
    "name" : "FHIR project team",
    "telecom" : [ {
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    } ]
  } ],
  "description" : "This is an example code system that includes all the ACME codes for serum/plasma cholesterol from v2.36.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [ {
    "code" : "chol-mmol",
    "display" : "SChol (mmol/L)",
    "definition" : "Serum Cholesterol, in mmol/L",
    "designation" : [ {
      "use" : {
        "system" : "http://snomed.info/sct",
        "code" : "900000000000003001"
      },
      "value" : "From ACME POC Testing"
    } ]
  }, {
    "code" : "chol-mass",
    "display" : "SChol (mg/L)",
    "definition" : "Serum Cholesterol, in mg/L",
    "designation" : [ {
      "use" : {
        "system" : "http://snomed.info/sct",
        "code" : "900000000000003001"
      },
      "value" : "From Paragon Labs"
    } ]
  }, {
    "code" : "chol",
    "display" : "SChol",
    "definition" : "Serum Cholesterol",
    "designation" : [ {
      "use" : {
        "system" : "http://snomed.info/sct",
        "code" : "900000000000003001"
      },
      "value" : "Obdurate Labs uses this with both kinds of units..."
    } ]
  } ]
}