This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4B R4
| Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Definition for Value SetService Request Order Details Codes
{
"resourceType": "ValueSet",
"id": "servicerequest-orderdetail",
"meta": {
"lastUpdated": "2017-12-20T15:52:34.818+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueString": "oo"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Draft"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.3.435"
}
],
"version": "3.2.0",
"name": "Service Request Order Details Codes",
"status": "draft",
"experimental": true,
"date": "2017-12-20T15:52:34+11:00",
"publisher": "Orders and Observations Workgroup",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/orders/index.cfm"
}
]
}
],
"description": "An example value set of Codified order entry details concepts. These concepts only make sense in the context of what is being ordered. This example is for a patient ventilation order",
"copyright": "This specification includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "47545007",
"display": "Continuous positive airway pressure ventilation treatment (regime/therapy)",
"designation": [
{
"value": "CPAP"
}
]
},
{
"code": "286812008",
"display": "Pressure controlled ventilation (procedure)",
"designation": [
{
"value": "PCV"
}
]
},
{
"code": "243144002",
"display": "Patient triggered inspiratory assistance (procedure)",
"designation": [
{
"value": "IPPB "
}
]
},
{
"code": "243150007",
"display": "Assisted controlled mandatory ventilation (procedure)",
"designation": [
{
"value": "ACV"
}
]
},
{
"code": "59427005",
"display": "Synchronized intermittent mandatory ventilation (procedure)",
"designation": [
{
"value": "SIMV"
}
]
}
]
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.