Rastreamento de Câncer de Colo de Útero
0.0.1 - preliminar
Rastreamento de Câncer de Colo de Útero, published by Comissão de Governança de Informação em Saúde (CGIS - UFG). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/kyriosdata/farol/ and changes regularly. See the Directory of published versions
URL oficial: https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/amostra | Versão: 0.0.1 | |||
Draft as of 2024-07-17 | Nome para computador: Amostra | |||
Copyright: Ministério da Saúde. Produzido pela UFG em parceria com o INCA. |
Informações sobre o espécime geradas pelo laboratório.
Registra informações sobre a amostra pelo laboratório. Em particular, os elementos status e condition merecem esclarecimentos.
A tabela abaixo documenta as opções para o elemento status, o que facilita a compreensão dos códigos e, adicionalmente, a relação deles com as opções contidas na ficha de requisição.
Código para status | Interpretação |
---|---|
entered-in-error | Indica que há erro na identificação da lâmina, frasco ou formulário. |
unavailable | Indica que a lâmina está danificada ou ausente. |
unsatisfactory | A amostra é rejeitada, mas por motivo diferente dos dois anteriores. Neste caso, deve ser detalhado o motivo da reijeição por meio de uma extensão para este código (Detalhar). |
available | A amostra não é rejeitada. Uma amostra rejeitada é indicada por um dos códigos anteriores. |
O elemento condition, conforme regra (al-7), só pode ser preenchido se a amostra não é rejeitada, ou seja, o código de status deve ser available.
Usage:
Descrição de perfis, diferenças, instantâneo, e como apresentações diferentes funcionam.
Essa estrutura é derivada de Specimen
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Specimen | C | 0..* | Specimen | Sample for analysis al-7: Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. |
status | C | 1..1 | code | Adequação da amostra al-6: Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). |
extension | 0..1 | Extension | Extension | |
type | 1..1 | CodeableConcept | Identifica tipo de coleta da amostra Binding: Tipos de amostra (required) | |
receivedTime | 1..1 | dateTime | Quando a amostra foi recebida pelo laboratório. | |
condition | C | 0..1 | CodeableConcept | Código que identifica a condição da amostra lau-1: Não pode haver repetição al-8: Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. |
coding | 1..6 | Coding | Indentifica a condição da amostra, se satisfatória para a avaliação ou, se for o caso, cada motivo pelo qual a amostra é considerada insatisfatória para o exame citopatológico. Binding: Condições do espécime (required) | |
system | 1..1 | uri | Identity of the terminology system | |
code | 1..1 | code | Symbol in syntax defined by the system | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Specimen.type | required | TiposAmostra (a valid code from Tipo de amostra)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/tipos-amostra from this IG | |
Specimen.condition.coding | required | CondicoesEspecime (a valid code from Condição do espécime para a avaliação)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/condicoes-especime from this IG |
Id | Grade | Path(s) | Details | Requirements |
al-6 | error | Specimen.status | Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). : $this = 'unsatisfactory' implies extension.where(url = 'https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar').exists() | |
al-7 | error | Specimen | Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. : (status = 'available').not() implies condition.exists().not() | |
al-8 | error | Specimen.condition | Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. : coding.code.count() = 1 or ('satisfatorio' in coding.code).not() | |
lau-1 | error | Specimen.condition | Não pode haver repetição : coding.code.isDistinct() |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Specimen | C | 0..* | Specimen | Sample for analysis al-7: Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
status | ?!ΣC | 1..1 | code | Adequação da amostra Binding: SpecimenStatus (required): Codes providing the status/availability of a specimen. al-6: Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). |
extension | 0..1 | Extension | Extension | |
type | Σ | 1..1 | CodeableConcept | Identifica tipo de coleta da amostra Binding: Tipos de amostra (required) |
receivedTime | Σ | 1..1 | dateTime | Quando a amostra foi recebida pelo laboratório. |
condition | ΣC | 0..1 | CodeableConcept | Código que identifica a condição da amostra Binding: hl7VS-specimenCondition (extensible): Codes describing the state of the specimen. lau-1: Não pode haver repetição al-8: Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. |
coding | Σ | 1..6 | Coding | Indentifica a condição da amostra, se satisfatória para a avaliação ou, se for o caso, cada motivo pelo qual a amostra é considerada insatisfatória para o exame citopatológico. Binding: Condições do espécime (required) |
system | Σ | 1..1 | uri | Identity of the terminology system |
code | Σ | 1..1 | code | Symbol in syntax defined by the system |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Specimen.status | required | SpecimenStatushttp://hl7.org/fhir/ValueSet/specimen-status|4.0.1 from the FHIR Standard | |
Specimen.type | required | TiposAmostra (a valid code from Tipo de amostra)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/tipos-amostra from this IG | |
Specimen.condition | extensible | Hl7VSSpecimenConditionhttp://terminology.hl7.org/ValueSet/v2-0493 | |
Specimen.condition.coding | required | CondicoesEspecime (a valid code from Condição do espécime para a avaliação)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/condicoes-especime from this IG |
Id | Grade | Path(s) | Details | Requirements |
al-6 | error | Specimen.status | Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). : $this = 'unsatisfactory' implies extension.where(url = 'https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar').exists() | |
al-7 | error | Specimen | Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. : (status = 'available').not() implies condition.exists().not() | |
al-8 | error | Specimen.condition | Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. : coding.code.count() = 1 or ('satisfatorio' in coding.code).not() | |
lau-1 | error | Specimen.condition | Não pode haver repetição : coding.code.isDistinct() |
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
Specimen | C | 0..* | Specimen | Sample for analysis al-7: Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. | ||||
id | Σ | 0..1 | id | Logical id of this artifact | ||||
meta | Σ | 0..1 | Meta | Metadata about the resource | ||||
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
contained | 0..* | Resource | Contained, inline Resources | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
identifier | Σ | 0..* | Identifier | External Identifier | ||||
accessionIdentifier | Σ | 0..1 | Identifier | Identifier assigned by the lab | ||||
status | ?!ΣC | 1..1 | code | Adequação da amostra Binding: SpecimenStatus (required): Codes providing the status/availability of a specimen. al-6: Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). | ||||
id | 0..1 | string | xml:id (or equivalent in JSON) | |||||
extension | 0..1 | Extension | Extension | |||||
value | 0..1 | string | Primitive value for code | |||||
type | Σ | 1..1 | CodeableConcept | Identifica tipo de coleta da amostra Binding: Tipos de amostra (required) | ||||
subject | Σ | 0..1 | Reference(Patient | Group | Device | Substance | Location) | Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device | ||||
receivedTime | Σ | 1..1 | dateTime | Quando a amostra foi recebida pelo laboratório. | ||||
parent | 0..* | Reference(Specimen) | Specimen from which this specimen originated | |||||
request | 0..* | Reference(ServiceRequest) | Why the specimen was collected | |||||
collection | 0..1 | BackboneElement | Collection details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
collector | Σ | 0..1 | Reference(Practitioner | PractitionerRole) | Who collected the specimen | ||||
collected[x] | Σ | 0..1 | Collection time | |||||
collectedDateTime | dateTime | |||||||
collectedPeriod | Period | |||||||
duration | Σ | 0..1 | Duration | How long it took to collect specimen | ||||
quantity | 0..1 | SimpleQuantity | The quantity of specimen collected | |||||
method | 0..1 | CodeableConcept | Technique used to perform collection Binding: FHIRSpecimenCollectionMethod (example): The technique that is used to perform the procedure. | |||||
bodySite | 0..1 | CodeableConcept | Anatomical collection site Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality. | |||||
fastingStatus[x] | Σ | 0..1 | Whether or how long patient abstained from food and/or drink Binding: hl7VS-relevantClincialInformation (extensible): Codes describing the fasting status of the patient. | |||||
fastingStatusCodeableConcept | CodeableConcept | |||||||
fastingStatusDuration | Duration | |||||||
processing | 0..* | BackboneElement | Processing and processing step details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
description | 0..1 | string | Textual description of procedure | |||||
procedure | 0..1 | CodeableConcept | Indicates the treatment step applied to the specimen Binding: SpecimenProcessingProcedure (example): Type indicating the technique used to process the specimen. | |||||
additive | 0..* | Reference(Substance) | Material used in the processing step | |||||
time[x] | 0..1 | Date and time of specimen processing | ||||||
timeDateTime | dateTime | |||||||
timePeriod | Period | |||||||
container | 0..* | BackboneElement | Direct container of specimen (tube/slide, etc.) | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
identifier | Σ | 0..* | Identifier | Id for the container | ||||
description | 0..1 | string | Textual description of the container | |||||
type | 0..1 | CodeableConcept | Kind of container directly associated with specimen Binding: SpecimenContainerType (example): Type of specimen container. | |||||
capacity | 0..1 | SimpleQuantity | Container volume or size | |||||
specimenQuantity | 0..1 | SimpleQuantity | Quantity of specimen within container | |||||
additive[x] | 0..1 | Additive associated with container Binding: hl7VS-additivePreservative (example): Substance added to specimen container. | ||||||
additiveCodeableConcept | CodeableConcept | |||||||
additiveReference | Reference(Substance) | |||||||
condition | ΣC | 0..1 | CodeableConcept | Código que identifica a condição da amostra Binding: hl7VS-specimenCondition (extensible): Codes describing the state of the specimen. lau-1: Não pode haver repetição al-8: Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
coding | Σ | 1..6 | Coding | Indentifica a condição da amostra, se satisfatória para a avaliação ou, se for o caso, cada motivo pelo qual a amostra é considerada insatisfatória para o exame citopatológico. Binding: Condições do espécime (required) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
system | Σ | 1..1 | uri | Identity of the terminology system | ||||
version | Σ | 0..1 | string | Version of the system - if relevant | ||||
code | Σ | 1..1 | code | Symbol in syntax defined by the system | ||||
display | Σ | 0..1 | string | Representation defined by the system | ||||
userSelected | Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
text | Σ | 0..1 | string | Plain text representation of the concept | ||||
note | 0..* | Annotation | Comments | |||||
Documentation for this format |
Path | Conformance | ValueSet | URI | |||
Specimen.language | preferred | CommonLanguages
http://hl7.org/fhir/ValueSet/languages from the FHIR Standard | ||||
Specimen.status | required | SpecimenStatushttp://hl7.org/fhir/ValueSet/specimen-status|4.0.1 from the FHIR Standard | ||||
Specimen.type | required | TiposAmostra (a valid code from Tipo de amostra)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/tipos-amostra from this IG | ||||
Specimen.collection.method | example | FHIRSpecimenCollectionMethodhttp://hl7.org/fhir/ValueSet/specimen-collection-method from the FHIR Standard | ||||
Specimen.collection.bodySite | example | SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site from the FHIR Standard | ||||
Specimen.collection.fastingStatus[x] | extensible | Hl7VSRelevantClincialInformationhttp://terminology.hl7.org/ValueSet/v2-0916 | ||||
Specimen.processing.procedure | example | SpecimenProcessingProcedurehttp://hl7.org/fhir/ValueSet/specimen-processing-procedure from the FHIR Standard | ||||
Specimen.container.type | example | SpecimenContainerTypehttp://hl7.org/fhir/ValueSet/specimen-container-type from the FHIR Standard | ||||
Specimen.container.additive[x] | example | Hl7VSAdditivePreservativehttp://terminology.hl7.org/ValueSet/v2-0371 | ||||
Specimen.condition | extensible | Hl7VSSpecimenConditionhttp://terminology.hl7.org/ValueSet/v2-0493 | ||||
Specimen.condition.coding | required | CondicoesEspecime (a valid code from Condição do espécime para a avaliação)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/condicoes-especime from this IG |
Id | Grade | Path(s) | Details | Requirements |
al-6 | error | Specimen.status | Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). : $this = 'unsatisfactory' implies extension.where(url = 'https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar').exists() | |
al-7 | error | Specimen | Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. : (status = 'available').not() implies condition.exists().not() | |
al-8 | error | Specimen.condition | Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. : coding.code.count() = 1 or ('satisfatorio' in coding.code).not() | |
lau-1 | error | Specimen.condition | Não pode haver repetição : coding.code.isDistinct() |
Essa estrutura é derivada de Specimen
Visão de diferenças
Essa estrutura é derivada de Specimen
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Specimen | C | 0..* | Specimen | Sample for analysis al-7: Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. |
status | C | 1..1 | code | Adequação da amostra al-6: Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). |
extension | 0..1 | Extension | Extension | |
type | 1..1 | CodeableConcept | Identifica tipo de coleta da amostra Binding: Tipos de amostra (required) | |
receivedTime | 1..1 | dateTime | Quando a amostra foi recebida pelo laboratório. | |
condition | C | 0..1 | CodeableConcept | Código que identifica a condição da amostra lau-1: Não pode haver repetição al-8: Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. |
coding | 1..6 | Coding | Indentifica a condição da amostra, se satisfatória para a avaliação ou, se for o caso, cada motivo pelo qual a amostra é considerada insatisfatória para o exame citopatológico. Binding: Condições do espécime (required) | |
system | 1..1 | uri | Identity of the terminology system | |
code | 1..1 | code | Symbol in syntax defined by the system | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Specimen.type | required | TiposAmostra (a valid code from Tipo de amostra)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/tipos-amostra from this IG | |
Specimen.condition.coding | required | CondicoesEspecime (a valid code from Condição do espécime para a avaliação)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/condicoes-especime from this IG |
Id | Grade | Path(s) | Details | Requirements |
al-6 | error | Specimen.status | Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). : $this = 'unsatisfactory' implies extension.where(url = 'https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar').exists() | |
al-7 | error | Specimen | Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. : (status = 'available').not() implies condition.exists().not() | |
al-8 | error | Specimen.condition | Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. : coding.code.count() = 1 or ('satisfatorio' in coding.code).not() | |
lau-1 | error | Specimen.condition | Não pode haver repetição : coding.code.isDistinct() |
Visão de elementos chave
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Specimen | C | 0..* | Specimen | Sample for analysis al-7: Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
status | ?!ΣC | 1..1 | code | Adequação da amostra Binding: SpecimenStatus (required): Codes providing the status/availability of a specimen. al-6: Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). |
extension | 0..1 | Extension | Extension | |
type | Σ | 1..1 | CodeableConcept | Identifica tipo de coleta da amostra Binding: Tipos de amostra (required) |
receivedTime | Σ | 1..1 | dateTime | Quando a amostra foi recebida pelo laboratório. |
condition | ΣC | 0..1 | CodeableConcept | Código que identifica a condição da amostra Binding: hl7VS-specimenCondition (extensible): Codes describing the state of the specimen. lau-1: Não pode haver repetição al-8: Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. |
coding | Σ | 1..6 | Coding | Indentifica a condição da amostra, se satisfatória para a avaliação ou, se for o caso, cada motivo pelo qual a amostra é considerada insatisfatória para o exame citopatológico. Binding: Condições do espécime (required) |
system | Σ | 1..1 | uri | Identity of the terminology system |
code | Σ | 1..1 | code | Symbol in syntax defined by the system |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Specimen.status | required | SpecimenStatushttp://hl7.org/fhir/ValueSet/specimen-status|4.0.1 from the FHIR Standard | |
Specimen.type | required | TiposAmostra (a valid code from Tipo de amostra)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/tipos-amostra from this IG | |
Specimen.condition | extensible | Hl7VSSpecimenConditionhttp://terminology.hl7.org/ValueSet/v2-0493 | |
Specimen.condition.coding | required | CondicoesEspecime (a valid code from Condição do espécime para a avaliação)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/condicoes-especime from this IG |
Id | Grade | Path(s) | Details | Requirements |
al-6 | error | Specimen.status | Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). : $this = 'unsatisfactory' implies extension.where(url = 'https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar').exists() | |
al-7 | error | Specimen | Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. : (status = 'available').not() implies condition.exists().not() | |
al-8 | error | Specimen.condition | Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. : coding.code.count() = 1 or ('satisfatorio' in coding.code).not() | |
lau-1 | error | Specimen.condition | Não pode haver repetição : coding.code.isDistinct() |
Visão instantâneo
Name | Flags | Card. | Type | Description & Constraints | ||||
---|---|---|---|---|---|---|---|---|
Specimen | C | 0..* | Specimen | Sample for analysis al-7: Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. | ||||
id | Σ | 0..1 | id | Logical id of this artifact | ||||
meta | Σ | 0..1 | Meta | Metadata about the resource | ||||
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
contained | 0..* | Resource | Contained, inline Resources | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
identifier | Σ | 0..* | Identifier | External Identifier | ||||
accessionIdentifier | Σ | 0..1 | Identifier | Identifier assigned by the lab | ||||
status | ?!ΣC | 1..1 | code | Adequação da amostra Binding: SpecimenStatus (required): Codes providing the status/availability of a specimen. al-6: Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). | ||||
id | 0..1 | string | xml:id (or equivalent in JSON) | |||||
extension | 0..1 | Extension | Extension | |||||
value | 0..1 | string | Primitive value for code | |||||
type | Σ | 1..1 | CodeableConcept | Identifica tipo de coleta da amostra Binding: Tipos de amostra (required) | ||||
subject | Σ | 0..1 | Reference(Patient | Group | Device | Substance | Location) | Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device | ||||
receivedTime | Σ | 1..1 | dateTime | Quando a amostra foi recebida pelo laboratório. | ||||
parent | 0..* | Reference(Specimen) | Specimen from which this specimen originated | |||||
request | 0..* | Reference(ServiceRequest) | Why the specimen was collected | |||||
collection | 0..1 | BackboneElement | Collection details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
collector | Σ | 0..1 | Reference(Practitioner | PractitionerRole) | Who collected the specimen | ||||
collected[x] | Σ | 0..1 | Collection time | |||||
collectedDateTime | dateTime | |||||||
collectedPeriod | Period | |||||||
duration | Σ | 0..1 | Duration | How long it took to collect specimen | ||||
quantity | 0..1 | SimpleQuantity | The quantity of specimen collected | |||||
method | 0..1 | CodeableConcept | Technique used to perform collection Binding: FHIRSpecimenCollectionMethod (example): The technique that is used to perform the procedure. | |||||
bodySite | 0..1 | CodeableConcept | Anatomical collection site Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality. | |||||
fastingStatus[x] | Σ | 0..1 | Whether or how long patient abstained from food and/or drink Binding: hl7VS-relevantClincialInformation (extensible): Codes describing the fasting status of the patient. | |||||
fastingStatusCodeableConcept | CodeableConcept | |||||||
fastingStatusDuration | Duration | |||||||
processing | 0..* | BackboneElement | Processing and processing step details | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
description | 0..1 | string | Textual description of procedure | |||||
procedure | 0..1 | CodeableConcept | Indicates the treatment step applied to the specimen Binding: SpecimenProcessingProcedure (example): Type indicating the technique used to process the specimen. | |||||
additive | 0..* | Reference(Substance) | Material used in the processing step | |||||
time[x] | 0..1 | Date and time of specimen processing | ||||||
timeDateTime | dateTime | |||||||
timePeriod | Period | |||||||
container | 0..* | BackboneElement | Direct container of specimen (tube/slide, etc.) | |||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations | |||||
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
identifier | Σ | 0..* | Identifier | Id for the container | ||||
description | 0..1 | string | Textual description of the container | |||||
type | 0..1 | CodeableConcept | Kind of container directly associated with specimen Binding: SpecimenContainerType (example): Type of specimen container. | |||||
capacity | 0..1 | SimpleQuantity | Container volume or size | |||||
specimenQuantity | 0..1 | SimpleQuantity | Quantity of specimen within container | |||||
additive[x] | 0..1 | Additive associated with container Binding: hl7VS-additivePreservative (example): Substance added to specimen container. | ||||||
additiveCodeableConcept | CodeableConcept | |||||||
additiveReference | Reference(Substance) | |||||||
condition | ΣC | 0..1 | CodeableConcept | Código que identifica a condição da amostra Binding: hl7VS-specimenCondition (extensible): Codes describing the state of the specimen. lau-1: Não pode haver repetição al-8: Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
coding | Σ | 1..6 | Coding | Indentifica a condição da amostra, se satisfatória para a avaliação ou, se for o caso, cada motivo pelo qual a amostra é considerada insatisfatória para o exame citopatológico. Binding: Condições do espécime (required) | ||||
id | 0..1 | string | Unique id for inter-element referencing | |||||
extension | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
system | Σ | 1..1 | uri | Identity of the terminology system | ||||
version | Σ | 0..1 | string | Version of the system - if relevant | ||||
code | Σ | 1..1 | code | Symbol in syntax defined by the system | ||||
display | Σ | 0..1 | string | Representation defined by the system | ||||
userSelected | Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
text | Σ | 0..1 | string | Plain text representation of the concept | ||||
note | 0..* | Annotation | Comments | |||||
Documentation for this format |
Path | Conformance | ValueSet | URI | |||
Specimen.language | preferred | CommonLanguages
http://hl7.org/fhir/ValueSet/languages from the FHIR Standard | ||||
Specimen.status | required | SpecimenStatushttp://hl7.org/fhir/ValueSet/specimen-status|4.0.1 from the FHIR Standard | ||||
Specimen.type | required | TiposAmostra (a valid code from Tipo de amostra)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/tipos-amostra from this IG | ||||
Specimen.collection.method | example | FHIRSpecimenCollectionMethodhttp://hl7.org/fhir/ValueSet/specimen-collection-method from the FHIR Standard | ||||
Specimen.collection.bodySite | example | SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site from the FHIR Standard | ||||
Specimen.collection.fastingStatus[x] | extensible | Hl7VSRelevantClincialInformationhttp://terminology.hl7.org/ValueSet/v2-0916 | ||||
Specimen.processing.procedure | example | SpecimenProcessingProcedurehttp://hl7.org/fhir/ValueSet/specimen-processing-procedure from the FHIR Standard | ||||
Specimen.container.type | example | SpecimenContainerTypehttp://hl7.org/fhir/ValueSet/specimen-container-type from the FHIR Standard | ||||
Specimen.container.additive[x] | example | Hl7VSAdditivePreservativehttp://terminology.hl7.org/ValueSet/v2-0371 | ||||
Specimen.condition | extensible | Hl7VSSpecimenConditionhttp://terminology.hl7.org/ValueSet/v2-0493 | ||||
Specimen.condition.coding | required | CondicoesEspecime (a valid code from Condição do espécime para a avaliação)https://fhir.fabrica.inf.ufg.br/ccu/ValueSet/condicoes-especime from this IG |
Id | Grade | Path(s) | Details | Requirements |
al-6 | error | Specimen.status | Se a amostra é rejeitada por 'outras causas', então deve ser detalhada(s) a(s) causa(s). : $this = 'unsatisfactory' implies extension.where(url = 'https://fhir.fabrica.inf.ufg.br/ccu/StructureDefinition/detalhar').exists() | |
al-7 | error | Specimen | Se a amostra é rejeitada, então a condição da amostra não deve ser fornecida. : (status = 'available').not() implies condition.exists().not() | |
al-8 | error | Specimen.condition | Se mais de uma condição é definida, então nenhuma delas deve ser 'satisfatoria'. : coding.code.count() = 1 or ('satisfatorio' in coding.code).not() | |
lau-1 | error | Specimen.condition | Não pode haver repetição : coding.code.isDistinct() |
Essa estrutura é derivada de Specimen
Outras representações do perfil: CSV, Excel, Schematron