Clinical Document Architecture V2.0.1
2.1.0 - CI Build
Clinical Document Architecture V2.0.1, published by Health Level 7. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/cda-core-2.0/ and changes regularly. See the Directory of published versions
JSON representation of the IdentifiedBy logical model.
{
"resourceType" : "StructureDefinition",
"id" : "IdentifiedBy",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Link to an additional Identifier for a role.</p>\n <p>The id in the alternateIdentification field SHALL match an id in the linked role.</p>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:sdtc"
}
],
"url" : "http://hl7.org/fhir/cda/StructureDefinition/IdentifiedBy",
"version" : "2.1.0",
"name" : "IdentifiedBy",
"title" : "IdentifiedBy (CDA Class)",
"status" : "active",
"experimental" : false,
"date" : "2021-04-15T20:51:17+00:00",
"publisher" : "Health Level 7",
"description" : "Link to an additional Identifier for a role",
"fhirVersion" : "4.0.1",
"kind" : "logical",
"abstract" : true,
"type" : "IdentifiedBy",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "IdentifiedBy",
"path" : "IdentifiedBy",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false
},
{
"id" : "IdentifiedBy.typeCode",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:v3"
}
],
"path" : "IdentifiedBy.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "IdentifiedBy.typeCode",
"min" : 1,
"max" : "1"
},
"fixedCode" : "REL",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-RoleLinkType"
}
},
{
"id" : "IdentifiedBy.alternateIdentification",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:sdtc"
}
],
"path" : "IdentifiedBy.alternateIdentification",
"min" : 1,
"max" : "1",
"base" : {
"path" : "IdentifiedBy.alternateIdentification",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AlternateIdentification"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "IdentifiedBy",
"path" : "IdentifiedBy",
"min" : 0,
"max" : "*"
},
{
"id" : "IdentifiedBy.typeCode",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:v3"
}
],
"path" : "IdentifiedBy.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"fixedCode" : "REL",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-RoleLinkType"
}
},
{
"id" : "IdentifiedBy.alternateIdentification",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:sdtc"
}
],
"path" : "IdentifiedBy.alternateIdentification",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AlternateIdentification"
}
]
}
]
}
}