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 Birthplace logical model.
{
"resourceType" : "StructureDefinition",
"id" : "Birthplace",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>A Patient's birthplace is represented as a relationship between a patient and a place. The Birthplace class is played by a place (Place class), and scoped by the patient (Patient class).</p>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:v3"
}
],
"url" : "http://hl7.org/fhir/cda/StructureDefinition/Birthplace",
"version" : "2.1.0",
"name" : "CDAR2.Birthplace",
"title" : "Birthplace (CDA Class)",
"status" : "active",
"experimental" : false,
"date" : "2021-03-11T17:00:55+00:00",
"publisher" : "Health Level 7",
"description" : "A Patient's birthplace is represented as a relationship between a patient and a place. The Birthplace class is played by a place (Place class), and scoped by the patient (Patient class).",
"fhirVersion" : "4.0.1",
"kind" : "logical",
"abstract" : false,
"type" : "Birthplace",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "Birthplace",
"path" : "Birthplace",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false
},
{
"id" : "Birthplace.classCode",
"path" : "Birthplace.classCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Birthplace.classCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "BIRTHPL",
"fixedCode" : "BIRTHPL",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-RoleClassPassive"
}
},
{
"id" : "Birthplace.templateId",
"path" : "Birthplace.templateId",
"definition" : "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Birthplace.templateId",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Birthplace.place",
"path" : "Birthplace.place",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Birthplace.place",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Place"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "Birthplace",
"path" : "Birthplace",
"min" : 1,
"max" : "1"
},
{
"id" : "Birthplace.classCode",
"path" : "Birthplace.classCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "BIRTHPL",
"fixedCode" : "BIRTHPL",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-RoleClassPassive"
}
},
{
"id" : "Birthplace.templateId",
"path" : "Birthplace.templateId",
"definition" : "When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Birthplace.place",
"path" : "Birthplace.place",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Place"
}
]
}
]
}
}