Extension: Observation Smoking Status Name
URL for this extension:
- Production
- Preview
https://fhir.netsmartcloud.com/v4/StructureDefinition/observation-smokingStatusName
https://fhirtest.netsmartcloud.com/v4/StructureDefinition/observation-smokingStatusName
Status: draft
This extension represents the Observation prescreened by.
Context of Use
This extension may be used on the Observation resource.
Supported CareRecords
This extension is supported by the following CareRecords:
- Netsmart myAvatar
Formal Views of Extension Content
Differential Table
| Name | Flags | Card. | Disposition | Description & Constraints |
|---|---|---|---|---|
| Extension | 0..1 | Extension | Observation Smoking Status Name | |
| - url | 1..1 | uri | "[base]/StructureDefinition/observation-smokingStatusName" | |
| - value[x] | 1..1 | string | Observation Smoking Status Name |
Constraints
| Id | Grade | Path(s) | Details | Requirements |
|---|---|---|---|---|
| ele-1 | error | ALL elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
| ext-1 | error | ALL extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Examples
{
"resourceType": "Observation",
"id": "social-history_123456||MPI66567.001",
"extension": [
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/observation-smokingStatusName",
"valueString": "A smoking status name"
}
// additional extensions
],
"status": "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history",
"display" : "Social History"
}
],
"text" : "Social History"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "72166-2",
"display" : "Tobacco smoking status"
}
],
"text" : "Tobacco smoking status"
},
// additional Observation content
}