ACK Management Framework
0.1.9 - ci-build

ACK Management Framework, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/ack-ig/ and changes regularly. See the Directory of published versions

: Property - JSON Representation

Active as of 2025-02-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "Property",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Property</b></p><a name=\"Property\"> </a><a name=\"hcProperty\"> </a><p>This case-sensitive code system <code>http://ackig.oemig.de/fhir/CodeSystem/Property</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">type<a name=\"Property-type\"> </a></td><td>type</td></tr><tr><td style=\"white-space:nowrap\">response<a name=\"Property-response\"> </a></td><td>response</td></tr><tr><td style=\"white-space:nowrap\">option1<a name=\"Property-option1\"> </a></td><td>Option 1</td></tr><tr><td style=\"white-space:nowrap\">option2<a name=\"Property-option2\"> </a></td><td>Option 2</td></tr></table></div>"
  },
  "url" : "http://ackig.oemig.de/fhir/CodeSystem/Property",
  "version" : "0.1.9",
  "name" : "PropertyCS",
  "title" : "Property",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-02-20",
  "publisher" : "FO",
  "contact" : [
    {
      "name" : "FO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.oemig.de"
        },
        {
          "system" : "email",
          "value" : "hl7@oemig.de"
        }
      ]
    }
  ],
  "description" : "possible Property Values",
  "copyright" : "FO",
  "caseSensitive" : true,
  "valueSet" : "http://ackig.oemig.de/fhir/ValueSet/Property",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "type",
      "display" : "type"
    },
    {
      "code" : "response",
      "display" : "response"
    },
    {
      "code" : "option1",
      "display" : "Option 1"
    },
    {
      "code" : "option2",
      "display" : "Option 2"
    }
  ]
}