This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). 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
Orders and Observations Work Group | Maturity Level: 1 | Informative | Use Context: Any |
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 |
---|---|---|---|---|
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. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid haploid: haploid. Use on Element ID DiagnosticReport | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
extension:locus | I | 0..1 | Extension | haploid-locus |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..0 | ||
url | 1..1 | uri | "locus" | |
value[x] | I | 1..1 | CodeableConcept | Value of extension |
extension:type | I | 0..1 | Extension | haploid-type |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..0 | ||
url | 1..1 | uri | "type" | |
value[x] | I | 1..1 | CodeableConcept | Value of extension |
extension:method | I | 0..1 | Extension | haploid-method |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..0 | ||
url | 1..1 | uri | "method" | |
value[x] | I | 1..1 | CodeableConcept | Value of extension |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" | |
value[x] | I | 0..0 | ||
valueBase64Binary | base64Binary | |||
valueBoolean | boolean | |||
valueCanonical | canonical(Any) | |||
valueCode | code | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueDecimal | decimal | |||
valueId | id | |||
valueInstant | instant | |||
valueInteger | integer | |||
valueInteger64 | integer64 | |||
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 | |||
valueCoding | Coding | |||
valueContactPoint | ContactPoint | |||
valueCount | Count | |||
valueDistance | Distance | |||
valueDuration | Duration | |||
valueHumanName | HumanName | |||
valueIdentifier | Identifier | |||
valueMoney | Money | |||
valuePeriod | Period | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
valueRatio | Ratio | |||
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 | |||
valueMeta | Meta | |||
Documentation for this format |
XML Template
<!-- haploid --> <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 |
---|---|---|---|---|
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. | |
Documentation for this format |
Full Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid haploid: haploid. Use on Element ID DiagnosticReport | |
extension | I | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url |
extension:locus | I | 0..1 | Extension | haploid-locus |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..0 | ||
url | 1..1 | uri | "locus" | |
value[x] | I | 1..1 | CodeableConcept | Value of extension |
extension:type | I | 0..1 | Extension | haploid-type |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..0 | ||
url | 1..1 | uri | "type" | |
value[x] | I | 1..1 | CodeableConcept | Value of extension |
extension:method | I | 0..1 | Extension | haploid-method |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | I | 0..0 | ||
url | 1..1 | uri | "method" | |
value[x] | I | 1..1 | CodeableConcept | Value of extension |
url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" | |
value[x] | I | 0..0 | ||
valueBase64Binary | base64Binary | |||
valueBoolean | boolean | |||
valueCanonical | canonical(Any) | |||
valueCode | code | |||
valueDate | date | |||
valueDateTime | dateTime | |||
valueDecimal | decimal | |||
valueId | id | |||
valueInstant | instant | |||
valueInteger | integer | |||
valueInteger64 | integer64 | |||
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 | |||
valueCoding | Coding | |||
valueContactPoint | ContactPoint | |||
valueCount | Count | |||
valueDistance | Distance | |||
valueDuration | Duration | |||
valueHumanName | HumanName | |||
valueIdentifier | Identifier | |||
valueMoney | Money | |||
valuePeriod | Period | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
valueRatio | Ratio | |||
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 | |||
valueMeta | Meta | |||
Documentation for this format |
XML Template
<!-- haploid --> <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