This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3
URL for this extension:
http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid
Status: draft. Extension maintained by: Health Level Seven International (Clinical Genomics)
haploid.
Context of Use: Use on Element ID DiagnosticReport
Summary
| Name | Flags | Card. | Type | Description & Constraints doco |
|---|---|---|---|---|
| .. haploid | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid haploid: haploid. Use on Element ID DiagnosticReport | |
| ... locus | 0..1 | CodeableConcept | gene region. | |
| ... type | 0..1 | CodeableConcept | haploid type. | |
| ... method | 0..1 | CodeableConcept | haploid method. | |
doco Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints doco |
|---|---|---|---|---|
| .. extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid haploid: haploid. Use on Element ID DiagnosticReport | |
| ... Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
| ... extension:locus | 0..1 | Extension | haploid-locus | |
| .... id | 0..1 | id | Unique id for inter-element referencing | |
| .... extension | 0..0 | |||
| .... url | 1..1 | uri | "locus" | |
| .... value[x] | 1..1 | CodeableConcept | Value of extension | |
| ... extension:type | 0..1 | Extension | haploid-type | |
| .... id | 0..1 | id | Unique id for inter-element referencing | |
| .... extension | 0..0 | |||
| .... url | 1..1 | uri | "type" | |
| .... value[x] | 1..1 | CodeableConcept | Value of extension | |
| ... extension:method | 0..1 | Extension | haploid-method | |
| .... id | 0..1 | id | Unique id for inter-element referencing | |
| .... extension | 0..0 | |||
| .... url | 1..1 | uri | "method" | |
| .... value[x] | 1..1 | CodeableConcept | Value of extension | |
| ... url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" | |
| ... value[x] | 0..0 | |||
| .... valueBase64Binary | base64Binary | |||
| .... valueBoolean | boolean | |||
| .... valueCanonical | canonical(Any) | |||
| .... valueCode | code | |||
| .... valueDate | date | |||
| .... valueDateTime | dateTime | |||
| .... valueDecimal | decimal | |||
| .... valueId | id | |||
| .... valueInstant | instant | |||
| .... valueInteger | integer | |||
| .... valueMarkdown | markdown | |||
| .... valueOid | oid | |||
| .... valuePositiveInt | positiveInt | |||
| .... valueString | string | |||
| .... valueTime | time | |||
| .... valueUnsignedInt | unsignedInt | |||
| .... valueUri | uri | |||
| .... valueUrl | url | |||
| .... valueUuid | uuid | |||
| .... valueAddress | Address | |||
| .... valueAge | Age | |||
| .... valueAnnotation | Annotation | |||
| .... valueAttachment | Attachment | |||
| .... valueCodeableConcept | CodeableConcept | |||
| .... valueCodeableReference | CodeableReference | |||
| .... valueCoding | Coding | |||
| .... valueContactPoint | ContactPoint | |||
| .... valueCount | Count | |||
| .... valueDistance | Distance | |||
| .... valueDuration | Duration | |||
| .... valueHumanName | HumanName | |||
| .... valueIdentifier | Identifier | |||
| .... valueMoney | Money | |||
| .... valuePeriod | Period | |||
| .... valueQuantity | Quantity | |||
| .... valueRange | Range | |||
| .... valueRatio | Ratio | |||
| .... valueRatioRange | RatioRange | |||
| .... valueReference | Reference(Any) | |||
| .... valueSampledData | SampledData | |||
| .... valueSignature | Signature | |||
| .... valueTiming | Timing | |||
| .... valueContactDetail | ContactDetail | |||
| .... valueContributor | Contributor | |||
| .... valueDataRequirement | DataRequirement | |||
| .... valueExpression | Expression | |||
| .... valueParameterDefinition | ParameterDefinition | |||
| .... valueRelatedArtifact | RelatedArtifact | |||
| .... valueTriggerDefinition | TriggerDefinition | |||
| .... valueUsageContext | UsageContext | |||
| .... valueDosage | Dosage | |||
doco Documentation for this format | ||||
XML Template
<!-- haploid -->doco <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="locus"> ?? 0..1 Extension <!-- ?? 0..1 haploid-locus --> <valueCodeableConcept><!-- ?? 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> <extension url="type"> ?? 0..1 Extension <!-- ?? 0..1 haploid-type --> <valueCodeableConcept><!-- ?? 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> <extension url="method"> ?? 0..1 Extension <!-- ?? 0..1 haploid-method --> <valueCodeableConcept><!-- ?? 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> </extension>
JSON Template
{ // haploid
"extension" : [ // sliced by value:url in the specified order, Open
{ // haploid-locus // C?
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "locus", // R!
"valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension
},
{ // haploid-type // C?
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "type", // R!
"valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension
},
{ // haploid-method // C?
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "method", // R!
"valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid", // R!
// value[x]: Value of extension. One of these 51:
}
Summary
| Name | Flags | Card. | Type | Description & Constraints doco |
|---|---|---|---|---|
| .. haploid | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid haploid: haploid. Use on Element ID DiagnosticReport | |
| ... locus | 0..1 | CodeableConcept | gene region. | |
| ... type | 0..1 | CodeableConcept | haploid type. | |
| ... method | 0..1 | CodeableConcept | haploid method. | |
doco Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints doco |
|---|---|---|---|---|
| .. extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid haploid: haploid. Use on Element ID DiagnosticReport | |
| ... Slices for extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
| ... extension:locus | 0..1 | Extension | haploid-locus | |
| .... id | 0..1 | id | Unique id for inter-element referencing | |
| .... extension | 0..0 | |||
| .... url | 1..1 | uri | "locus" | |
| .... value[x] | 1..1 | CodeableConcept | Value of extension | |
| ... extension:type | 0..1 | Extension | haploid-type | |
| .... id | 0..1 | id | Unique id for inter-element referencing | |
| .... extension | 0..0 | |||
| .... url | 1..1 | uri | "type" | |
| .... value[x] | 1..1 | CodeableConcept | Value of extension | |
| ... extension:method | 0..1 | Extension | haploid-method | |
| .... id | 0..1 | id | Unique id for inter-element referencing | |
| .... extension | 0..0 | |||
| .... url | 1..1 | uri | "method" | |
| .... value[x] | 1..1 | CodeableConcept | Value of extension | |
| ... url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" | |
| ... value[x] | 0..0 | |||
| .... valueBase64Binary | base64Binary | |||
| .... valueBoolean | boolean | |||
| .... valueCanonical | canonical(Any) | |||
| .... valueCode | code | |||
| .... valueDate | date | |||
| .... valueDateTime | dateTime | |||
| .... valueDecimal | decimal | |||
| .... valueId | id | |||
| .... valueInstant | instant | |||
| .... valueInteger | integer | |||
| .... valueMarkdown | markdown | |||
| .... valueOid | oid | |||
| .... valuePositiveInt | positiveInt | |||
| .... valueString | string | |||
| .... valueTime | time | |||
| .... valueUnsignedInt | unsignedInt | |||
| .... valueUri | uri | |||
| .... valueUrl | url | |||
| .... valueUuid | uuid | |||
| .... valueAddress | Address | |||
| .... valueAge | Age | |||
| .... valueAnnotation | Annotation | |||
| .... valueAttachment | Attachment | |||
| .... valueCodeableConcept | CodeableConcept | |||
| .... valueCodeableReference | CodeableReference | |||
| .... valueCoding | Coding | |||
| .... valueContactPoint | ContactPoint | |||
| .... valueCount | Count | |||
| .... valueDistance | Distance | |||
| .... valueDuration | Duration | |||
| .... valueHumanName | HumanName | |||
| .... valueIdentifier | Identifier | |||
| .... valueMoney | Money | |||
| .... valuePeriod | Period | |||
| .... valueQuantity | Quantity | |||
| .... valueRange | Range | |||
| .... valueRatio | Ratio | |||
| .... valueRatioRange | RatioRange | |||
| .... valueReference | Reference(Any) | |||
| .... valueSampledData | SampledData | |||
| .... valueSignature | Signature | |||
| .... valueTiming | Timing | |||
| .... valueContactDetail | ContactDetail | |||
| .... valueContributor | Contributor | |||
| .... valueDataRequirement | DataRequirement | |||
| .... valueExpression | Expression | |||
| .... valueParameterDefinition | ParameterDefinition | |||
| .... valueRelatedArtifact | RelatedArtifact | |||
| .... valueTriggerDefinition | TriggerDefinition | |||
| .... valueUsageContext | UsageContext | |||
| .... valueDosage | Dosage | |||
doco Documentation for this format | ||||
XML Template
<!-- haploid -->doco <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" > <-- extension sliced by value:url in the specified orderOpen--> <extension url="locus"> ?? 0..1 Extension <!-- ?? 0..1 haploid-locus --> <valueCodeableConcept><!-- ?? 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> <extension url="type"> ?? 0..1 Extension <!-- ?? 0..1 haploid-type --> <valueCodeableConcept><!-- ?? 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> <extension url="method"> ?? 0..1 Extension <!-- ?? 0..1 haploid-method --> <valueCodeableConcept><!-- ?? 1..1 CodeableConcept Value of extension --></valueCodeableConcept> </extension> </extension>
JSON Template
{ // haploid
"extension" : [ // sliced by value:url in the specified order, Open
{ // haploid-locus // C?
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "locus", // R!
"valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension
},
{ // haploid-type // C?
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "type", // R!
"valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension
},
{ // haploid-method // C?
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
"url" : "method", // R!
"valueCodeableConcept" : { CodeableConcept } // C? R! Value of extension
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid", // R!
// value[x]: Value of extension. One of these 51:
}
Constraints