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 Observation logical model.
{
"resourceType" : "StructureDefinition",
"id" : "Observation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>A derivative of the RIM Observation class, used for representing coded and other observations.</p>\n <p>Observation.negationInd, when set to "true", is a positive assertion that the Observation as a whole is negated. Some properties such as Observation.id, Observation.moodCode, and the participations are not negated. These properties always have the same meaning: i.e., the author remains the author of the negative Observation. An observation statement with negationInd is still a statement about the specific fact described by the Observation. For instance, a negated "finding of wheezing on July 1" means that the author positively denies that there was wheezing on July 1, and that he takes the same responsibility for such statement and the same requirement to have evidence for such statement than if he had not used negation.</p>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace",
"valueUri" : "urn:hl7-org:v3"
}
],
"url" : "http://hl7.org/fhir/cda/StructureDefinition/Observation",
"version" : "2.1.0",
"name" : "CDAR2.Observation",
"title" : "Observation (CDA Class)",
"status" : "active",
"experimental" : false,
"date" : "2021-04-15T20:51:17+00:00",
"publisher" : "Health Level 7",
"description" : "A derivative of the RIM Observation class, used for representing coded and other observations.\nObservation.negationInd, when set to \"true\", is a positive assertion that the Observation as a whole is negated. Some properties such as Observation.id, Observation.moodCode, and the participations are not negated. These properties always have the same meaning: i.e., the author remains the author of the negative Observation. An observation statement with negationInd is still a statement about the specific fact described by the Observation. For instance, a negated \"finding of wheezing on July 1\" means that the author positively denies that there was wheezing on July 1, and that he takes the same responsibility for such statement and the same requirement to have evidence for such statement than if he had not used negation.",
"fhirVersion" : "4.0.1",
"kind" : "logical",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Base",
"min" : 0,
"max" : "*"
},
"isModifier" : false
},
{
"id" : "Observation.classCode",
"path" : "Observation.classCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.classCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActClassObservation"
}
},
{
"id" : "Observation.moodCode",
"path" : "Observation.moodCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.moodCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
]
},
{
"id" : "Observation.negationInd",
"path" : "Observation.negationInd",
"representation" : [
"xmlAttr"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.negationInd",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.realmCode",
"path" : "Observation.realmCode",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.realmCode",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CS"
}
]
},
{
"id" : "Observation.typeId",
"path" : "Observation.typeId",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.typeId",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Observation.templateId",
"path" : "Observation.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" : "Observation.templateId",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Observation.id",
"path" : "Observation.id",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.id",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"representation" : [
"typeAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.code",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CD"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ObservationType"
}
},
{
"id" : "Observation.derivationExpr",
"path" : "Observation.derivationExpr",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.derivationExpr",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ST"
}
]
},
{
"id" : "Observation.text",
"path" : "Observation.text",
"representation" : [
"typeAttr"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.text",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ED"
}
]
},
{
"id" : "Observation.statusCode",
"path" : "Observation.statusCode",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.statusCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CS"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActStatus"
}
},
{
"id" : "Observation.effectiveTime",
"path" : "Observation.effectiveTime",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.effectiveTime",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
}
]
},
{
"id" : "Observation.priorityCode",
"path" : "Observation.priorityCode",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.priorityCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActPriority"
}
},
{
"id" : "Observation.repeatNumber",
"path" : "Observation.repeatNumber",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.repeatNumber",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-INT"
}
]
},
{
"id" : "Observation.languageCode",
"path" : "Observation.languageCode",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.languageCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CS"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-HumanLanguage"
}
},
{
"id" : "Observation.value",
"path" : "Observation.value",
"representation" : [
"typeAttr"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.value",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/BL"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ED"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ST"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CD"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CV"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SC"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/TEL"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AD"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/EN"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/INT"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/REAL"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/PQ"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/MO"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-PQ"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/PIVL-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/EIVL-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SXPR-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RTO-PQ-PQ"
}
]
},
{
"id" : "Observation.interpretationCode",
"path" : "Observation.interpretationCode",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.interpretationCode",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ObservationInterpretation"
}
},
{
"id" : "Observation.methodCode",
"path" : "Observation.methodCode",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.methodCode",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ObservationMethod"
}
},
{
"id" : "Observation.targetSiteCode",
"path" : "Observation.targetSiteCode",
"definition" : "Drawn from concept domain ActSite",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.targetSiteCode",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CD"
}
]
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.subject",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.subject.typeCode",
"path" : "Observation.subject.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.subject.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "SBJ",
"fixedCode" : "SBJ",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetSubject"
}
},
{
"id" : "Observation.subject.contextControlCode",
"path" : "Observation.subject.contextControlCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.subject.contextControlCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "OP",
"fixedCode" : "OP",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContextControl"
}
},
{
"id" : "Observation.subject.awarenessCode",
"path" : "Observation.subject.awarenessCode",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.subject.awarenessCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-TargetAwareness"
}
},
{
"id" : "Observation.subject.relatedSubject",
"path" : "Observation.subject.relatedSubject",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.subject.relatedSubject",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RelatedSubject"
}
]
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.specimen",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.specimen.typeCode",
"path" : "Observation.specimen.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.specimen.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "SPC",
"fixedCode" : "SPC",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetDirect"
}
},
{
"id" : "Observation.specimen.specimenRole",
"path" : "Observation.specimen.specimenRole",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.specimen.specimenRole",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SpecimenRole"
}
]
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.performer",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.performer.typeCode",
"path" : "Observation.performer.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.performer.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "PRF",
"fixedCode" : "PRF",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationPhysicalPerformer"
}
},
{
"id" : "Observation.performer.templateId",
"path" : "Observation.performer.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" : "Observation.performer.templateId",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Observation.performer.time",
"path" : "Observation.performer.time",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.performer.time",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
}
]
},
{
"id" : "Observation.performer.modeCode",
"path" : "Observation.performer.modeCode",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.performer.modeCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationMode"
}
},
{
"id" : "Observation.performer.assignedEntity",
"path" : "Observation.performer.assignedEntity",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.performer.assignedEntity",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity"
}
]
},
{
"id" : "Observation.author",
"path" : "Observation.author",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.author",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Author"
}
]
},
{
"id" : "Observation.informant",
"path" : "Observation.informant",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.informant",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.informant.typeCode",
"path" : "Observation.informant.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.informant.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "INF",
"fixedCode" : "INF",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationInformationGenerator"
}
},
{
"id" : "Observation.informant.contextControlCode",
"path" : "Observation.informant.contextControlCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.informant.contextControlCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "OP",
"fixedCode" : "OP",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContextControl"
}
},
{
"id" : "Observation.informant.assignedEntity",
"path" : "Observation.informant.assignedEntity",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.informant.assignedEntity",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity"
}
]
},
{
"id" : "Observation.informant.relatedEntity",
"path" : "Observation.informant.relatedEntity",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.informant.relatedEntity",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RelatedEntity"
}
]
},
{
"id" : "Observation.participant",
"path" : "Observation.participant",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.participant",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.participant.typeCode",
"path" : "Observation.participant.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.participant.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationType"
}
},
{
"id" : "Observation.participant.contextControlCode",
"path" : "Observation.participant.contextControlCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.participant.contextControlCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "OP",
"fixedCode" : "OP",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContextControl"
}
},
{
"id" : "Observation.participant.time",
"path" : "Observation.participant.time",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.participant.time",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
}
]
},
{
"id" : "Observation.participant.awarenessCode",
"path" : "Observation.participant.awarenessCode",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.participant.awarenessCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-TargetAwareness"
}
},
{
"id" : "Observation.participant.participantRole",
"path" : "Observation.participant.participantRole",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.participant.participantRole",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ParticipantRole"
}
]
},
{
"id" : "Observation.entryRelationship",
"path" : "Observation.entryRelationship",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.entryRelationship",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
],
"constraint" : [
{
"key" : "obs-er-1",
"severity" : "error",
"human" : "Only one of observation, regionOfInterest, observationMedia, substanceAdministration, supply, procedure, encounter, organizer, and act",
"expression" : "(observation | regionOfInterest | observationMedia | substanceAdministration | supply | procedure | encounter | organizer | act).count() = 1"
}
]
},
{
"id" : "Observation.entryRelationship.typeCode",
"path" : "Observation.entryRelationship.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
]
},
{
"id" : "Observation.entryRelationship.inversionInd",
"path" : "Observation.entryRelationship.inversionInd",
"representation" : [
"xmlAttr"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.inversionInd",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.entryRelationship.contextConductionInd",
"path" : "Observation.entryRelationship.contextConductionInd",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.contextConductionInd",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
],
"defaultValueBoolean" : true
},
{
"id" : "Observation.entryRelationship.sequenceNumber",
"path" : "Observation.entryRelationship.sequenceNumber",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.sequenceNumber",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/INT"
}
]
},
{
"id" : "Observation.entryRelationship.negationInd",
"path" : "Observation.entryRelationship.negationInd",
"representation" : [
"xmlAttr"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.negationInd",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.entryRelationship.seperatableInd",
"path" : "Observation.entryRelationship.seperatableInd",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.seperatableInd",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/BL"
}
]
},
{
"id" : "Observation.entryRelationship.observation",
"path" : "Observation.entryRelationship.observation",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.observation",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Observation"
}
]
},
{
"id" : "Observation.entryRelationship.regionOfInterest",
"path" : "Observation.entryRelationship.regionOfInterest",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.regionOfInterest",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RegionOfInterest"
}
]
},
{
"id" : "Observation.entryRelationship.observationMedia",
"path" : "Observation.entryRelationship.observationMedia",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.observationMedia",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ObservationMedia"
}
]
},
{
"id" : "Observation.entryRelationship.substanceAdministration",
"path" : "Observation.entryRelationship.substanceAdministration",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.substanceAdministration",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SubstanceAdministration"
}
]
},
{
"id" : "Observation.entryRelationship.supply",
"path" : "Observation.entryRelationship.supply",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.supply",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Supply"
}
]
},
{
"id" : "Observation.entryRelationship.procedure",
"path" : "Observation.entryRelationship.procedure",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.procedure",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Procedure"
}
]
},
{
"id" : "Observation.entryRelationship.encounter",
"path" : "Observation.entryRelationship.encounter",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.encounter",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Encounter"
}
]
},
{
"id" : "Observation.entryRelationship.organizer",
"path" : "Observation.entryRelationship.organizer",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.organizer",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Organizer"
}
]
},
{
"id" : "Observation.entryRelationship.act",
"path" : "Observation.entryRelationship.act",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.entryRelationship.act",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Act"
}
]
},
{
"id" : "Observation.reference",
"path" : "Observation.reference",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.reference",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.reference.typeCode",
"path" : "Observation.reference.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.reference.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
]
},
{
"id" : "Observation.reference.seperatableInd",
"path" : "Observation.reference.seperatableInd",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.reference.seperatableInd",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/BL"
}
]
},
{
"id" : "Observation.reference.externalAct",
"path" : "Observation.reference.externalAct",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.reference.externalAct",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalAct"
}
]
},
{
"id" : "Observation.reference.externalObservation",
"path" : "Observation.reference.externalObservation",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.reference.externalObservation",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalObservation"
}
]
},
{
"id" : "Observation.reference.externalProcedure",
"path" : "Observation.reference.externalProcedure",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.reference.externalProcedure",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalProcedure"
}
]
},
{
"id" : "Observation.reference.externalDocument",
"path" : "Observation.reference.externalDocument",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Observation.reference.externalDocument",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalDocument"
}
]
},
{
"id" : "Observation.precondition",
"path" : "Observation.precondition",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.precondition",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.precondition.typeCode",
"path" : "Observation.precondition.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.precondition.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "PRCN",
"fixedCode" : "PRCN",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActRelationshipConditional"
}
},
{
"id" : "Observation.precondition.criterion",
"path" : "Observation.precondition.criterion",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.precondition.criterion",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Criterion"
}
]
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Observation.referenceRange",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.referenceRange.typeCode",
"path" : "Observation.referenceRange.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.referenceRange.typeCode",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "REFV",
"fixedCode" : "REFV",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActRelationshipPertains"
}
},
{
"id" : "Observation.referenceRange.observationRange",
"path" : "Observation.referenceRange.observationRange",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Observation.referenceRange.observationRange",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ObservationRange"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"min" : 1,
"max" : "1"
},
{
"id" : "Observation.classCode",
"path" : "Observation.classCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActClassObservation"
}
},
{
"id" : "Observation.moodCode",
"path" : "Observation.moodCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
]
},
{
"id" : "Observation.negationInd",
"path" : "Observation.negationInd",
"representation" : [
"xmlAttr"
],
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.realmCode",
"path" : "Observation.realmCode",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CS"
}
]
},
{
"id" : "Observation.typeId",
"path" : "Observation.typeId",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Observation.templateId",
"path" : "Observation.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" : "Observation.id",
"path" : "Observation.id",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
}
]
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"representation" : [
"typeAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CD"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ObservationType"
}
},
{
"id" : "Observation.derivationExpr",
"path" : "Observation.derivationExpr",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ST"
}
]
},
{
"id" : "Observation.text",
"path" : "Observation.text",
"representation" : [
"typeAttr"
],
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ED"
}
]
},
{
"id" : "Observation.statusCode",
"path" : "Observation.statusCode",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CS"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActStatus"
}
},
{
"id" : "Observation.effectiveTime",
"path" : "Observation.effectiveTime",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
}
]
},
{
"id" : "Observation.priorityCode",
"path" : "Observation.priorityCode",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActPriority"
}
},
{
"id" : "Observation.repeatNumber",
"path" : "Observation.repeatNumber",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-INT"
}
]
},
{
"id" : "Observation.languageCode",
"path" : "Observation.languageCode",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CS"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-HumanLanguage"
}
},
{
"id" : "Observation.value",
"path" : "Observation.value",
"representation" : [
"typeAttr"
],
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/BL"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ED"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ST"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CD"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CV"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SC"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/II"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/TEL"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AD"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/EN"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/INT"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/REAL"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/PQ"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/MO"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-PQ"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/PIVL-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/EIVL-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SXPR-TS"
},
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RTO-PQ-PQ"
}
]
},
{
"id" : "Observation.interpretationCode",
"path" : "Observation.interpretationCode",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ObservationInterpretation"
}
},
{
"id" : "Observation.methodCode",
"path" : "Observation.methodCode",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ObservationMethod"
}
},
{
"id" : "Observation.targetSiteCode",
"path" : "Observation.targetSiteCode",
"definition" : "Drawn from concept domain ActSite",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CD"
}
]
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.subject.typeCode",
"path" : "Observation.subject.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "SBJ",
"fixedCode" : "SBJ",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetSubject"
}
},
{
"id" : "Observation.subject.contextControlCode",
"path" : "Observation.subject.contextControlCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "OP",
"fixedCode" : "OP",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContextControl"
}
},
{
"id" : "Observation.subject.awarenessCode",
"path" : "Observation.subject.awarenessCode",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-TargetAwareness"
}
},
{
"id" : "Observation.subject.relatedSubject",
"path" : "Observation.subject.relatedSubject",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RelatedSubject"
}
]
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.specimen.typeCode",
"path" : "Observation.specimen.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "SPC",
"fixedCode" : "SPC",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetDirect"
}
},
{
"id" : "Observation.specimen.specimenRole",
"path" : "Observation.specimen.specimenRole",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SpecimenRole"
}
]
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.performer.typeCode",
"path" : "Observation.performer.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "PRF",
"fixedCode" : "PRF",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationPhysicalPerformer"
}
},
{
"id" : "Observation.performer.templateId",
"path" : "Observation.performer.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" : "Observation.performer.time",
"path" : "Observation.performer.time",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
}
]
},
{
"id" : "Observation.performer.modeCode",
"path" : "Observation.performer.modeCode",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationMode"
}
},
{
"id" : "Observation.performer.assignedEntity",
"path" : "Observation.performer.assignedEntity",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity"
}
]
},
{
"id" : "Observation.author",
"path" : "Observation.author",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Author"
}
]
},
{
"id" : "Observation.informant",
"path" : "Observation.informant",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.informant.typeCode",
"path" : "Observation.informant.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "INF",
"fixedCode" : "INF",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationInformationGenerator"
}
},
{
"id" : "Observation.informant.contextControlCode",
"path" : "Observation.informant.contextControlCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "OP",
"fixedCode" : "OP",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContextControl"
}
},
{
"id" : "Observation.informant.assignedEntity",
"path" : "Observation.informant.assignedEntity",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity"
}
]
},
{
"id" : "Observation.informant.relatedEntity",
"path" : "Observation.informant.relatedEntity",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RelatedEntity"
}
]
},
{
"id" : "Observation.participant",
"path" : "Observation.participant",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.participant.typeCode",
"path" : "Observation.participant.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ParticipationType"
}
},
{
"id" : "Observation.participant.contextControlCode",
"path" : "Observation.participant.contextControlCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "OP",
"fixedCode" : "OP",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ContextControl"
}
},
{
"id" : "Observation.participant.time",
"path" : "Observation.participant.time",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/IVL-TS"
}
]
},
{
"id" : "Observation.participant.awarenessCode",
"path" : "Observation.participant.awarenessCode",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/CE"
}
],
"binding" : {
"strength" : "extensible",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-TargetAwareness"
}
},
{
"id" : "Observation.participant.participantRole",
"path" : "Observation.participant.participantRole",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ParticipantRole"
}
]
},
{
"id" : "Observation.entryRelationship",
"path" : "Observation.entryRelationship",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
],
"constraint" : [
{
"key" : "obs-er-1",
"severity" : "error",
"human" : "Only one of observation, regionOfInterest, observationMedia, substanceAdministration, supply, procedure, encounter, organizer, and act",
"expression" : "(observation | regionOfInterest | observationMedia | substanceAdministration | supply | procedure | encounter | organizer | act).count() = 1"
}
]
},
{
"id" : "Observation.entryRelationship.typeCode",
"path" : "Observation.entryRelationship.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
]
},
{
"id" : "Observation.entryRelationship.inversionInd",
"path" : "Observation.entryRelationship.inversionInd",
"representation" : [
"xmlAttr"
],
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.entryRelationship.contextConductionInd",
"path" : "Observation.entryRelationship.contextConductionInd",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
],
"defaultValueBoolean" : true
},
{
"id" : "Observation.entryRelationship.sequenceNumber",
"path" : "Observation.entryRelationship.sequenceNumber",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/INT"
}
]
},
{
"id" : "Observation.entryRelationship.negationInd",
"path" : "Observation.entryRelationship.negationInd",
"representation" : [
"xmlAttr"
],
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
]
},
{
"id" : "Observation.entryRelationship.seperatableInd",
"path" : "Observation.entryRelationship.seperatableInd",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/BL"
}
]
},
{
"id" : "Observation.entryRelationship.observation",
"path" : "Observation.entryRelationship.observation",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Observation"
}
]
},
{
"id" : "Observation.entryRelationship.regionOfInterest",
"path" : "Observation.entryRelationship.regionOfInterest",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/RegionOfInterest"
}
]
},
{
"id" : "Observation.entryRelationship.observationMedia",
"path" : "Observation.entryRelationship.observationMedia",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ObservationMedia"
}
]
},
{
"id" : "Observation.entryRelationship.substanceAdministration",
"path" : "Observation.entryRelationship.substanceAdministration",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/SubstanceAdministration"
}
]
},
{
"id" : "Observation.entryRelationship.supply",
"path" : "Observation.entryRelationship.supply",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Supply"
}
]
},
{
"id" : "Observation.entryRelationship.procedure",
"path" : "Observation.entryRelationship.procedure",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Procedure"
}
]
},
{
"id" : "Observation.entryRelationship.encounter",
"path" : "Observation.entryRelationship.encounter",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Encounter"
}
]
},
{
"id" : "Observation.entryRelationship.organizer",
"path" : "Observation.entryRelationship.organizer",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Organizer"
}
]
},
{
"id" : "Observation.entryRelationship.act",
"path" : "Observation.entryRelationship.act",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Act"
}
]
},
{
"id" : "Observation.reference",
"path" : "Observation.reference",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.reference.typeCode",
"path" : "Observation.reference.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
]
},
{
"id" : "Observation.reference.seperatableInd",
"path" : "Observation.reference.seperatableInd",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/BL"
}
]
},
{
"id" : "Observation.reference.externalAct",
"path" : "Observation.reference.externalAct",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalAct"
}
]
},
{
"id" : "Observation.reference.externalObservation",
"path" : "Observation.reference.externalObservation",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalObservation"
}
]
},
{
"id" : "Observation.reference.externalProcedure",
"path" : "Observation.reference.externalProcedure",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalProcedure"
}
]
},
{
"id" : "Observation.reference.externalDocument",
"path" : "Observation.reference.externalDocument",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ExternalDocument"
}
]
},
{
"id" : "Observation.precondition",
"path" : "Observation.precondition",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.precondition.typeCode",
"path" : "Observation.precondition.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "PRCN",
"fixedCode" : "PRCN",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActRelationshipConditional"
}
},
{
"id" : "Observation.precondition.criterion",
"path" : "Observation.precondition.criterion",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/Criterion"
}
]
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Element"
}
]
},
{
"id" : "Observation.referenceRange.typeCode",
"path" : "Observation.referenceRange.typeCode",
"representation" : [
"xmlAttr"
],
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "code"
}
],
"defaultValueCode" : "REFV",
"fixedCode" : "REFV",
"binding" : {
"strength" : "required",
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-ActRelationshipPertains"
}
},
{
"id" : "Observation.referenceRange.observationRange",
"path" : "Observation.referenceRange.observationRange",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "http://hl7.org/fhir/cda/StructureDefinition/ObservationRange"
}
]
}
]
}
}