FHIR IG analytics| Package | ca.on.oh.mha-pds |
| Resource Type | StructureDefinition |
| Id | StructureDefinition.ca-on-mha-ext-identifierversion.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..1 | Extension | Extension | |
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion" | |
![]() ![]() | 1..1 | string | Value of extension Slice: Unordered, Closed by type:$this | |
![]() ![]() ![]() | S | 1..1 | string | Value of extension |
Documentation for this format | ||||
{
"resourceType": "StructureDefinition",
"id": "ext-identifierversion",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion",
"version": "0.1.0",
"name": "ExtensionIdentifierVersion",
"title": "Extension: Identifier Version",
"status": "active",
"date": "2022-08-22T20:17:06.3613088+00:00",
"publisher": "HL7 Canada - FHIR Implementation Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
}
]
}
],
"description": "A version string indicating the currency/validity of an identifier",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Patient.identifier"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"definition": "A code indicating a specific version of an identifier credential",
"comment": "For example, a health card version number, credit card version number, etc. Used to help verify the authenticity of a credential",
"max": "1",
"mustSupport": false
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-identifierversion"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "closed"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "Extension.value[x]:valueString",
"path": "Extension.value[x]",
"sliceName": "valueString",
"min": 1,
"type": [
{
"code": "string"
}
],
"mustSupport": true
}
]
}
}