FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/Property

Packageackig
TypeCodeSystem
IdProperty
FHIR VersionR4
Sourcehttp://ackig.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/ack-ig/CodeSystem-Property.html
URLhttp://ackig.oemig.de/fhir/CodeSystem/Property
Version0.1.9
Statusactive
Date2025-02-20
NamePropertyCS
TitleProperty
Descriptionpossible Property Values
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
PropertyProperty

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem Property

This case-sensitive code system http://ackig.oemig.de/fhir/CodeSystem/Property defines the following codes:

CodeDisplay
type type
response response
option1 Option 1
option2 Option 2

Source

{
  "resourceType": "CodeSystem",
  "id": "Property",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}