Definition
for
Code
System
Procedure
Progress
Status
Codes
doNotPerform
{
"resourceType": "CodeSystem",
"id": "procedure-progress-status-codes",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
}
],
"url": "http://hl7.org/fhir/procedure-progress-status-code",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.864"
},
"version": "3.0.2",
"name": "Procedure Progress Status Codes",
"status": "draft",
"experimental": true,
"publisher": "FHIR Project team",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the procedure performance process.",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/procedure-progress-status-codes",
"content": "complete",
"concept": [
{
"code": "in-operating-room",
"display": "In Operating Room",
"definition": "A patient is in the Operating Room."
},
{
"code": "prepared",
"display": "Prepared",
"definition": "The patient is prepared for a procedure."
},
{
"code": "anesthesia-induced",
"display": "Anesthesia Induced",
"definition": "The patient is under anesthesia."
},
{
"code": "open-incision",
"display": "Open Incision",
"definition": "The patient has open incision(s)."
},
{
"code": "closed-incision",
"display": "Closed Incision",
"definition": "The patient has incision(s) closed."
},
{
"code": "in-recovery-room",
"display": "In Recovery Room",
"definition": "The patient is in the recovery room."
}
]
}
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:StructureDefinition;
fhir:Resource.id [ fhir:value "request-doNotPerform"];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "fhir" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "1" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/request-doNotPerform"];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "doNotPerform"];
fhir:CanonicalResource.status [ fhir:value "draft"];
fhir:CanonicalResource.experimental [ fhir:value "false"];
fhir:CanonicalResource.date [ fhir:value "2017-12-06"];
fhir:CanonicalResource.publisher [ fhir:value "Health Level Seven, Inc. - FHIR WG"];
fhir:CanonicalResource.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/special/committees/fwg" ]
]
];
fhir:CanonicalResource.description [ fhir:value "If true indicates that the request is asking for the specified action to not occur."];
fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/request-doNotPerform"];
fhir:StructureDefinition.version [ fhir:value "5.0.0-ballot"];
fhir:StructureDefinition.name [ fhir:value "doNotPerform"];
fhir:StructureDefinition.status [ fhir:value "draft"];
fhir:StructureDefinition.experimental [ fhir:value "false"];
fhir:StructureDefinition.date [ fhir:value "2017-12-06"];
fhir:StructureDefinition.publisher [ fhir:value "Health Level Seven, Inc. - FHIR WG"];
fhir:StructureDefinition.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/special/committees/fwg" ]
]
];
fhir:StructureDefinition.description [ fhir:value "If true indicates that the request is asking for the specified action to not occur."];
fhir:StructureDefinition.fhirVersion [ fhir:value "5.0.0-ballot"];
fhir:StructureDefinition.mapping [
fhir:StructureDefinitionMappingComponent.identity [ fhir:value "rim" ];
fhir:StructureDefinitionMappingComponent.uri [ fhir:value "http://hl7.org/v3" ];
fhir:StructureDefinitionMappingComponent.name [ fhir:value "RIM Mapping" ]
];
fhir:StructureDefinition.kind [ fhir:value "complex-type"];
fhir:StructureDefinition.abstract [ fhir:value "false"];
fhir:StructureDefinition.context [
fhir:StructureDefinitionContextComponent.type [ fhir:value "element" ];
fhir:StructureDefinitionContextComponent.expression [ fhir:value "NutritionOrder" ]
];
fhir:StructureDefinition.type [ fhir:value "Extension"];
fhir:StructureDefinition.baseDefinition [ fhir:value "http://hl7.org/fhir/StructureDefinition/Extension"];
fhir:StructureDefinition.derivation [ fhir:value "constraint"];
fhir:StructureDefinition.snapshot [
fhir:StructureDefinitionSnapshotComponent.element [
fhir:Element.id [ fhir:value "Extension" ];
fhir:ElementDefinition.path [ fhir:value "Extension" ];
fhir:ElementDefinition.short [ fhir:value "true if request is prohibiting action" ];
fhir:ElementDefinition.definition [ fhir:value "If true indicates that the request is asking for the specified action to not occur." ];
fhir:ElementDefinition.comment [ fhir:value "The attributes provided with the request qualify what is not to be done. For example, if an effectiveTime is provided, the \"do not\" request only applies within the specified time. If a performerType is specified then the \"do not\" request only applies to performers of that type. Qualifiers include: code, subject, occurrence, perormerType and performer.\r\rIn some cases, the Request.code may pre-coordinate prohibition into the requested action. E.g. \"NPO\" (nothing by mouth), \"DNR\" (do not recussitate). If this happens, doNotPerform SHALL NOT be set to true. I.e. The resource shall not have double negation. (E.g. \"Do not DNR\")." ];
fhir:ElementDefinition.min [ fhir:value "0" ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinitionBaseComponent.path [ fhir:value "Extension" ];
fhir:ElementDefinitionBaseComponent.min [ fhir:value "0" ];
fhir:ElementDefinitionBaseComponent.max [ fhir:value "*" ]
];
fhir:ElementDefinition.constraint [
fhir:ElementDefinitionConstraintComponent.key [ fhir:value "ele-1" ];
fhir:ElementDefinitionConstraintComponent.severity [ fhir:value "error" ];
fhir:ElementDefinitionConstraintComponent.human [ fhir:value "All FHIR elements must have a @value or children" ];
fhir:ElementDefinitionConstraintComponent.expression [ fhir:value "hasValue() or (children().count() > id.count())" ];
fhir:ElementDefinitionConstraintComponent.xpath [ fhir:value "@value|f:*|h:div" ];
fhir:ElementDefinitionConstraintComponent.source [ fhir:value "http://hl7.org/fhir/StructureDefinition/Element" ]
], [
fhir:ElementDefinitionConstraintComponent.key [ fhir:value "ext-1" ];
fhir:ElementDefinitionConstraintComponent.severity [ fhir:value "error" ];
fhir:ElementDefinitionConstraintComponent.human [ fhir:value "Must have either extensions or value[x], not both" ];
fhir:ElementDefinitionConstraintComponent.expression [ fhir:value "extension.exists() != value.exists()" ];
fhir:ElementDefinitionConstraintComponent.xpath [ fhir:value "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])" ];
fhir:ElementDefinitionConstraintComponent.source [ fhir:value "http://hl7.org/fhir/StructureDefinition/Extension" ]
];
fhir:ElementDefinition.isModifier [ fhir:value "true" ];
fhir:ElementDefinition.isModifierReason [ fhir:value "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur." ]
], [
fhir:Element.id [ fhir:value "Extension.id" ];
fhir:ElementDefinition.path [ fhir:value "Extension.id" ];
fhir:ElementDefinition.representation [ fhir:value "xmlAttr" ];
fhir:ElementDefinition.short [ fhir:value "Unique id for inter-element referencing" ];
fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ];
fhir:ElementDefinition.min [ fhir:value "0" ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinitionBaseComponent.path [ fhir:value "Element.id" ];
fhir:ElementDefinitionBaseComponent.min [ fhir:value "0" ];
fhir:ElementDefinitionBaseComponent.max [ fhir:value "1" ]
];
fhir:ElementDefinition.type [
fhir:Element.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type" ];
fhir:Extension.value [ fhir:value "id" ]
];
fhir:TypeRefComponent.code [ fhir:value "http://hl7.org/fhirpath/System.String" ]
];
fhir:ElementDefinition.isModifier [ fhir:value "false" ];
fhir:ElementDefinition.isSummary [ fhir:value "false" ];
fhir:ElementDefinition.mapping [
fhir:ElementDefinitionMappingComponent.identity [ fhir:value "rim" ];
fhir:ElementDefinitionMappingComponent.map [ fhir:value "n/a" ]
]
], [
fhir:Element.id [ fhir:value "Extension.extension" ];
fhir:ElementDefinition.path [ fhir:value "Extension.extension" ];
fhir:ElementDefinition.slicing [
fhir:ElementDefinitionSlicingComponent.discriminator [
fhir:ElementDefinitionSlicingDiscriminatorComponent.type [ fhir:value "value" ];
fhir:ElementDefinitionSlicingDiscriminatorComponent.path [ fhir:value "url" ]
];
fhir:ElementDefinitionSlicingComponent.description [ fhir:value "Extensions are always sliced by (at least) url" ];
fhir:ElementDefinitionSlicingComponent.rules [ fhir:value "open" ]
];
fhir:ElementDefinition.short [ fhir:value "Extension" ];
fhir:ElementDefinition.definition [ fhir:value "An Extension" ];
fhir:ElementDefinition.min [ fhir:value "0" ];
fhir:ElementDefinition.max [ fhir:value "0" ];
fhir:ElementDefinition.base [
fhir:ElementDefinitionBaseComponent.path [ fhir:value "Element.extension" ];
fhir:ElementDefinitionBaseComponent.min [ fhir:value "0" ];
fhir:ElementDefinitionBaseComponent.max [ fhir:value "*" ]
];
fhir:ElementDefinition.type [
fhir:TypeRefComponent.code [ fhir:value "Extension" ]
];
fhir:ElementDefinition.constraint [
fhir:ElementDefinitionConstraintComponent.key [ fhir:value "ele-1" ];
fhir:ElementDefinitionConstraintComponent.severity [ fhir:value "error" ];
fhir:ElementDefinitionConstraintComponent.human [ fhir:value "All FHIR elements must have a @value or children" ];
fhir:ElementDefinitionConstraintComponent.expression [ fhir:value "hasValue() or (children().count() > id.count())" ];
fhir:ElementDefinitionConstraintComponent.xpath [ fhir:value "@value|f:*|h:div" ];
fhir:ElementDefinitionConstraintComponent.source [ fhir:value "http://hl7.org/fhir/StructureDefinition/Element" ]
], [
fhir:ElementDefinitionConstraintComponent.key [ fhir:value "ext-1" ];
fhir:ElementDefinitionConstraintComponent.severity [ fhir:value "error" ];
fhir:ElementDefinitionConstraintComponent.human [ fhir:value "Must have either extensions or value[x], not both" ];
fhir:ElementDefinitionConstraintComponent.expression [ fhir:value "extension.exists() != value.exists()" ];
fhir:ElementDefinitionConstraintComponent.xpath [ fhir:value "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])" ];
fhir:ElementDefinitionConstraintComponent.source [ fhir:value "http://hl7.org/fhir/StructureDefinition/Extension" ]
];
fhir:ElementDefinition.isModifier [ fhir:value "false" ];
fhir:ElementDefinition.isSummary [ fhir:value "false" ]
], [
fhir:Element.id [ fhir:value "Extension.url" ];
fhir:ElementDefinition.path [ fhir:value "Extension.url" ];
fhir:ElementDefinition.representation [ fhir:value "xmlAttr" ];
fhir:ElementDefinition.short [ fhir:value "identifies the meaning of the extension" ];
fhir:ElementDefinition.definition [ fhir:value "Source of the definition for the extension code - a logical name or a URL." ];
fhir:ElementDefinition.comment [ fhir:value "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." ];
fhir:ElementDefinition.min [ fhir:value "1" ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinitionBaseComponent.path [ fhir:value "Extension.url" ];
fhir:ElementDefinitionBaseComponent.min [ fhir:value "1" ];
fhir:ElementDefinitionBaseComponent.max [ fhir:value "1" ]
];
fhir:ElementDefinition.type [
fhir:Element.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type" ];
fhir:Extension.value [ fhir:value "uri" ]
];
fhir:TypeRefComponent.code [ fhir:value "http://hl7.org/fhirpath/System.String" ]
];
fhir:ElementDefinition.fixed [ fhir:value "http://hl7.org/fhir/StructureDefinition/request-doNotPerform" ];
fhir:ElementDefinition.isModifier [ fhir:value "false" ];
fhir:ElementDefinition.isSummary [ fhir:value "false" ];
fhir:ElementDefinition.mapping [
fhir:ElementDefinitionMappingComponent.identity [ fhir:value "rim" ];
fhir:ElementDefinitionMappingComponent.map [ fhir:value "N/A" ]
]
], [
fhir:Element.id [ fhir:value "Extension.value[x]" ];
fhir:ElementDefinition.path [ fhir:value "Extension.value[x]" ];
fhir:ElementDefinition.short [ fhir:value "Value of extension" ];
fhir:ElementDefinition.definition [ fhir:value "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list)." ];
fhir:ElementDefinition.min [ fhir:value "1" ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinitionBaseComponent.path [ fhir:value "Extension.value[x]" ];
fhir:ElementDefinitionBaseComponent.min [ fhir:value "0" ];
fhir:ElementDefinitionBaseComponent.max [ fhir:value "1" ]
];
fhir:ElementDefinition.type [
fhir:TypeRefComponent.code [ fhir:value "boolean" ]
];
fhir:ElementDefinition.constraint [
fhir:ElementDefinitionConstraintComponent.key [ fhir:value "ele-1" ];
fhir:ElementDefinitionConstraintComponent.severity [ fhir:value "error" ];
fhir:ElementDefinitionConstraintComponent.human [ fhir:value "All FHIR elements must have a @value or children" ];
fhir:ElementDefinitionConstraintComponent.expression [ fhir:value "hasValue() or (children().count() > id.count())" ];
fhir:ElementDefinitionConstraintComponent.xpath [ fhir:value "@value|f:*|h:div" ];
fhir:ElementDefinitionConstraintComponent.source [ fhir:value "http://hl7.org/fhir/StructureDefinition/Element" ]
];
fhir:ElementDefinition.isModifier [ fhir:value "false" ];
fhir:ElementDefinition.isSummary [ fhir:value "false" ];
fhir:ElementDefinition.mapping [
fhir:ElementDefinitionMappingComponent.identity [ fhir:value "rim" ];
fhir:ElementDefinitionMappingComponent.map [ fhir:value "N/A" ]
]
]
];
fhir:StructureDefinition.differential [
fhir:StructureDefinitionDifferentialComponent.element [
fhir:Element.id [ fhir:value "Extension" ];
fhir:ElementDefinition.path [ fhir:value "Extension" ];
fhir:ElementDefinition.short [ fhir:value "true if request is prohibiting action" ];
fhir:ElementDefinition.definition [ fhir:value "If true indicates that the request is asking for the specified action to not occur." ];
fhir:ElementDefinition.comment [ fhir:value "The attributes provided with the request qualify what is not to be done. For example, if an effectiveTime is provided, the \"do not\" request only applies within the specified time. If a performerType is specified then the \"do not\" request only applies to performers of that type. Qualifiers include: code, subject, occurrence, perormerType and performer.\r\rIn some cases, the Request.code may pre-coordinate prohibition into the requested action. E.g. \"NPO\" (nothing by mouth), \"DNR\" (do not recussitate). If this happens, doNotPerform SHALL NOT be set to true. I.e. The resource shall not have double negation. (E.g. \"Do not DNR\")." ];
fhir:ElementDefinition.min [ fhir:value "0" ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.isModifier [ fhir:value "true" ];
fhir:ElementDefinition.isModifierReason [ fhir:value "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur." ]
], [
fhir:Element.id [ fhir:value "Extension.extension" ];
fhir:ElementDefinition.path [ fhir:value "Extension.extension" ];
fhir:ElementDefinition.max [ fhir:value "0" ]
], [
fhir:Element.id [ fhir:value "Extension.url" ];
fhir:ElementDefinition.path [ fhir:value "Extension.url" ];
fhir:ElementDefinition.fixed [ fhir:value "http://hl7.org/fhir/StructureDefinition/request-doNotPerform" ]
], [
fhir:Element.id [ fhir:value "Extension.value[x]" ];
fhir:ElementDefinition.path [ fhir:value "Extension.value[x]" ];
fhir:ElementDefinition.min [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:TypeRefComponent.code [ fhir:value "boolean" ]
]
]
] .
# -------------------------------------------------------------------------------------
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.