cs: Coded Simple Value - Clinical Document Architecture v2.0.1-sd-202510-matchbox-patch
- Table of Contents
- Artifacts Summary
- cs: Coded Simple Value
Data Type Profile: cs: Coded Simple Value
| Official URL:http://hl7.org/cda/stds/core/StructureDefinition/cs-simple | Version:2.0.1-sd-202510-matchbox-patch |
| Active as of 2025-10-29 | Computable Name:cs |
Coded data in its simplest form, consists of a code. The code system and code system version is fixed by the context in which the value occurs. 'cs' is used for coded attributes that have a single HL7-defined value set.
Usages:
- Use this Primitive Type Profile: AD: PostalAddress (V3 Data Type), ADXP: CharacterString (V3 Data Type), ANY: DataValue (V3 Data Type), Act (CDA Class)...Show 94 more,AlternateIdentification (CDA Class),AssignedAuthor (CDA Class),AssignedCustodian (CDA Class),AssignedEntity (CDA Class),AssociatedEntity (CDA Class),Authenticator (CDA Class),Author (CDA Class),AuthoringDevice (CDA Class),Authorization (CDA Class),Birthplace (CDA Class),CD: ConceptDescriptor (V3 Data Type),ClinicalDocument (CDA Class),Component (CDA Class),ComponentOf (CDA Class),Consent (CDA Class),Criterion (CDA Class),Custodian (CDA Class),CustodianOrganization (CDA Class),DataEnterer (CDA Class),Device (CDA Class),DocumentationOf (CDA Class),ED: EncapsulatedData (V3 Data Type),EN: EntityName (V3 Data Type),ENXP: Entity Name Part (V3 Data Type),EncompassingEncounter (CDA Class),Encounter (CDA Class),EncounterParticipant (CDA Class),Entity (CDA Class),Entry (CDA Class),EntryRelationship (CDA Class),ExternalAct (CDA Class),ExternalDocument (CDA Class),ExternalObservation (CDA Class),ExternalProcedure (CDA Class),Guardian (CDA Class),HealthCareFacility (CDA Class),IVL_INT: Interval (V3 Data Type),IVL_PQ: Interval (V3 Data Type),InFulfillmentOf (CDA Class),InFulfillmentOf1 (CDA Class),Informant (CDA Class),InformationRecipient (CDA Class),IntendedRecipient (CDA Class),LabeledDrug (CDA Class),LegalAuthenticator (CDA Class),MO: MonetaryAmount (V3 Data Type),MaintainedEntity (CDA Class),ManufacturedProduct (CDA Class),Material (CDA Class),NonXMLBody (CDA Class),Observation (CDA Class),ObservationMedia (CDA Class),ObservationRange (CDA Class),Order (CDA Class),Organization (CDA Class),OrganizationPartOf (CDA Class),Organizer (CDA Class),OrganizerComponent (CDA Class),PIVL_TS: PeriodicIntervalOfTime (V3 Data Type),PQ: PhysicalQuantity (V3 Data Type),ParentDocument (CDA Class),Participant1 (CDA Class),Participant2 (CDA Class),ParticipantRole (CDA Class),Patient (CDA Class),PatientRole (CDA Class),Performer1 (CDA Class),Performer2 (CDA Class),Person (CDA Class),Place (CDA Class),PlayingEntity (CDA Class),Precondition (CDA Class),Precondition2 (CDA Class),PreconditionBase (CDA Class),Procedure (CDA Class),RecordTarget (CDA Class),Reference (CDA Class),RegionOfInterest (CDA Class),RelatedDocument (CDA Class),RelatedEntity (CDA Class),RelatedSubject (CDA Class),SC: CharacterStringWithCode (V3 Data Type),ST: CharacterString (V3 Data Type),SXCM_TS: GeneralTimingSpecification (V3 Data Type),Section (CDA Class),ServiceEvent (CDA Class),Specimen (CDA Class),SpecimenRole (CDA Class),StructuredBody (CDA Class),Subject (CDA Class),SubjectPerson (CDA Class),SubstanceAdministration (CDA Class),Supply (CDA Class)andTEL: TelecommunicationAddress (V3 Data Type)
You can also check for usages in the FHIR IG Statistics
Formal Views of Template Content
Description of Template, Differentials, Snapshots and how the different presentations work.
Other representations of profile: CSV, Excel, Schematron
Resource Content
{
"resourceType" : "StructureDefinition",
"id" : "cs-simple",
"extension" : [
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
"valueUri" : "urn:hl7-org:v3"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode" : "can-bind"
},
{
"url" : "http://hl7.org/fhir/tools/StructureDefinition/logical-container",
"valueUri" : "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"
}
],
"url" : "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple",
"version" : "2.0.1-sd-202510-matchbox-patch",
"name" : "cs",
"title" : "cs: Coded Simple Value",
"status" : "active",
"experimental" : false,
"date" : "2025-10-29T22:15:57+01:00",
"publisher" : "Health Level 7",
"contact" : [
{
"name" : "HL7 International - Structured Documents",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/structure"
},
{
"system" : "email",
"value" : "structdog@lists.HL7.org"
}
]
}
],
"description" : "Coded data in its simplest form, consists of a code. The code system and code system version is fixed by the context in which the value occurs. 'cs' is used for coded attributes that have a single HL7-defined value set.",
"fhirVersion" : "5.0.0",
"kind" : "primitive-type",
"abstract" : false,
"type" : "code",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/code",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "code",
"path" : "code",
"constraint" : [
{
"key" : "cs-pattern",
"severity" : "error",
"human" : "cs attributes must not contain any whitespace",
"expression" : "matches('^[^\\\\s]+$')"
}
]
},
{
"id" : "code.id",
"path" : "code.id",
"max" : "0"
},
{
"id" : "code.extension",
"path" : "code.extension",
"max" : "0"
}
]
}
}