ACME Codes for Cholesterol: Plasma only
ACMECholCodesPlasma
http://hl7.org/fhir/ValueSet/example-filter
ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem
| ID | example-filter |
|---|
| Status | DRAFT |
|---|
| URL | http://hl7.org/fhir/ValueSet/example-filter |
|---|
| Version | 4.0.1 |
|---|
| Date | Thu Nov 01 00:00:00 AEST 2018 |
|---|
| Publisher | HL7 International |
|---|
Includes
| System | http://hl7.org/fhir/CodeSystem/example |
|---|
| Filters |
| Property | Operator | Value |
|---|
| acme-plasma | = | true |
|
|---|
{
"resourceType": "ValueSet",
"id": "example-filter",
"meta": {
"versionId": "1",
"lastUpdated": "2023-12-19T16:42:34.191+10:00"
},
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
} ],
"url": "http://hl7.org/fhir/ValueSet/example-filter",
"version": "4.0.1",
"name": "ACMECholCodesPlasma",
"title": "ACME Codes for Cholesterol: Plasma only",
"status": "draft",
"experimental": true,
"date": "2018-11-01",
"publisher": "HL7 International",
"contact": [ {
"name": "FHIR project team",
"telecom": [ {
"system": "url",
"value": "http://hl7.org/fhir"
} ]
} ],
"description": "ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem",
"compose": {
"include": [ {
"system": "http://hl7.org/fhir/CodeSystem/example",
"filter": [ {
"property": "acme-plasma",
"op": "=",
"value": "true"
} ]
} ]
}
}