| Package | ackig |
| Resource Type | CodeSystem |
| Id | Property |
| FHIR Version | R4 |
| Source | http://ackig.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/ack-ig/CodeSystem-Property.html |
| URL | http://ackig.oemig.de/fhir/CodeSystem/Property |
| Version | 0.1.9 |
| Status | active |
| Date | 2025-02-20 |
| Name | PropertyCS |
| Title | Property |
| Description | possible Property Values |
| Copyright | FO |
| Content | complete |
| ValueSet | |
| Property | Property |
No resources found
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:
| Code | Display |
| type | type |
| response | response |
| option1 | Option 1 |
| option2 | Option 2 |
{
"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"
}
]
}