FHIR IG analytics| Package | ca.on.oh-cms |
| Resource Type | StructureDefinition |
| Id | data-absent-reason.xml.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "data-absent-reason",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"version": "4.0.0",
"name": "DataAbsentReason",
"title": "Why value is missing",
"status": "draft",
"date": "2013-12-05",
"publisher": "Health Level Seven International (FHIR Infrastructure)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "Provides a reason why the expected value or elements in the element that is extended are missing.",
"fhirVersion": "4.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Element"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "unknown | asked | temp | notasked | masked | unsupported | astext | error",
"definition": "Provides a reason why the expected value or elements in the element that is extended are missing.",
"max": "1",
"mapping": [
{
"identity": "rim",
"map": "ANY.nullFlavor"
}
]
},
{
"id": "Extension.url",
"path": "Extension.url",
"type": [
{
"code": "uri"
}
],
"fixedUri": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "string"
},
{
"code": "url"
}
]
},
{
"id": "Extension.value[x]:valueCode",
"path": "Extension.valueCode",
"sliceName": "valueCode",
"type": [
{
"code": "code"
}
],
"binding": {
"strength": "required",
"description": "Used to specify why the normally expected content of the data element is missing.",
"valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason|4.0.0"
}
}
]
}
}