Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS
1.0.0 - CI Build BR

!!Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

Resource Profile: Medida Observada

Official URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRMedidaObservada Version: 1.0.0
Standards status: Informative Maturity Level: 1 Computable Name: BRMedidaObservada

Registra as informações relacionadas a um tipo de observação.

Usos:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Observation C 0..* Observation Measurements and simple assertions
Constraints: obs-6, obs-7
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:measurementOrigin 0..1 CodeableConcept Origem da Medição Corpórea
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BROrigemMedida
Vínculo: Origem de Medição (required): Origem da Medição Corpórea
.... extension:usedClothes 0..1 CodeableConcept Roupas Usadas na Medição
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRoupasUsadasMedicao
Vínculo: Roupas Usadas na Medição (required): Roupas Usadas na Medição Corpórea
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... code Σ 1..1 CodeableConcept Tipo de Observação
Vínculo: Tipo de Observação (required): Código do Tipo de Observação.
.... coding Σ 0..1 Coding Code defined by a terminology system
... subject Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Who and/or what the observation is about
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:unidentifiedPatient S 0..1 (Complexo) Dados do Indivíduo Não Identificado
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0
...... Fatias para extension 3..3 Extension Extension
Fatia: Não ordenado, Aberto por value:url
....... extension:gender S 1..1 Extension Extension
........ url 1..1 uri "gender"
........ value[x] 1..1 code Value of extension
....... extension:birthYear S 1..1 Extension Extension
........ url 1..1 uri "birthYear"
........ value[x] 1..1 date Value of extension
....... extension:reason S 1..1 Extension Extension
........ url 1..1 uri "reason"
........ value[x] 1..1 CodeableConcept Value of extension
...... url 1..1 uri "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0"
... effective[x] Σ 0..1 Timing Clinically relevant time/time-period for observation
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Vínculo: Frequência de Uso da Substância (required): Frequência do uso de substância nos últimos 3 meses
... value[x] ΣC 0..1 Actual result
.... valueQuantity Quantity
.... valueCodeableConcept CodeableConcept
.... valueDateTime dateTime
... note 0..1 Annotation Comments about the observation
... bodySite 0..1 CodeableConcept Observed body part
Vínculo: Local de Aferição (required): Local de Aferição
... method 0..1 CodeableConcept How it was done
Vínculo: Posição do Indivíduo (required): Posição em relação à gravidade.
.... coding Σ 0..1 Coding Code defined by a terminology system
... component Σ 0..1 BackboneElement Component results
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code Σ 1..1 CodeableConcept Type of component observation (code / type)
Vínculo: LOINCCodes (example): Codes identifying names of simple observations.

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
Observation.statusrequiredBREstadoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0
From este IG
Observation.coderequiredBRTipoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BRTipoObservacao-1.0
From este IG
Observation.effective[x].coderequiredBRFrequenciaUsoSubstancia
http://www.saude.gov.br/fhir/r4/ValueSet/BRFrequenciaUsoSubstancia
From este IG
Observation.bodySiterequiredBRLocalAfericao(a valid code from Local de Aferição)
http://www.saude.gov.br/fhir/r4/ValueSet/BRLocalAfericao-1.0
From este IG
Observation.methodrequiredBRPosicaoIndividuo
http://www.saude.gov.br/fhir/r4/ValueSet/BRPosicaoIndividuo
From este IG
Observation.component.codeexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

This structure is derived from Observation

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Observation 0..* Observation Measurements and simple assertions
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:measurementOrigin 0..1 CodeableConcept Origem da Medição Corpórea
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BROrigemMedida
Vínculo: Origem de Medição (required): Origem da Medição Corpórea
.... extension:usedClothes 0..1 CodeableConcept Roupas Usadas na Medição
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRoupasUsadasMedicao
Vínculo: Roupas Usadas na Medição (required): Roupas Usadas na Medição Corpórea
... identifier 0..0
... basedOn 0..0
... status 1..1 code final | entered-in-error
Vínculo: Estado da Observação (required): Código do Estado da Observação.
... category 0..0
... code 1..1 CodeableConcept Tipo de Observação
Vínculo: Tipo de Observação (required): Código do Tipo de Observação.
.... coding 0..1 Coding Code defined by a terminology system
... subject 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Who and/or what the observation is about
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:unidentifiedPatient S 0..1 (Complexo) Dados do Indivíduo Não Identificado
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0
...... Fatias para extension 3..3 Extension Extension
Fatia: Não ordenado, Aberto por value:url
....... extension:gender S 1..1 Extension Extension
....... extension:birthYear S 1..1 Extension Extension
....... extension:reason S 1..1 Extension Extension
.... reference 0..0
.... type 0..0
.... identifier
..... use 0..0
..... value 1..1 string The value that is unique
..... period 0..0
..... assigner 0..0
.... display 0..0
... focus 0..0
... encounter 0..0
... effective[x] 0..1 Timing Clinically relevant time/time-period for observation
.... code 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Vínculo: Frequência de Uso da Substância (required): Frequência do uso de substância nos últimos 3 meses
... issued 0..0
... performer 0..0
... value[x] 0..1 Actual result
.... valueQuantity Quantity
.... valueCodeableConcept CodeableConcept
.... valueDateTime dateTime
... dataAbsentReason 0..0
... interpretation 0..0
... note 0..1 Annotation Comments about the observation
... bodySite 0..1 CodeableConcept Observed body part
Vínculo: Local de Aferição (required): Local de Aferição
... method 0..1 CodeableConcept How it was done
Vínculo: Posição do Indivíduo (required): Posição em relação à gravidade.
.... coding 0..1 Coding Code defined by a terminology system
... specimen 0..0
... device 0..0
... referenceRange 0..0
... hasMember 0..0
... derivedFrom 0..0
... component 0..1 BackboneElement Component results

doco Documentação para este formato

Terminologia Ligações (Diferencial)

CaminhoConformidadeConjunto de valoresURI
Observation.statusrequiredBREstadoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0
From este IG
Observation.coderequiredBRTipoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BRTipoObservacao-1.0
From este IG
Observation.effective[x].coderequiredBRFrequenciaUsoSubstancia
http://www.saude.gov.br/fhir/r4/ValueSet/BRFrequenciaUsoSubstancia
From este IG
Observation.bodySiterequiredBRLocalAfericao(a valid code from Local de Aferição)
http://www.saude.gov.br/fhir/r4/ValueSet/BRLocalAfericao-1.0
From este IG
Observation.methodrequiredBRPosicaoIndividuo
http://www.saude.gov.br/fhir/r4/ValueSet/BRPosicaoIndividuo
From este IG
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Observation C 0..* Observation Measurements and simple assertions
Constraints: obs-6, obs-7
... 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:measurementOrigin 0..1 CodeableConcept Origem da Medição Corpórea
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BROrigemMedida
Vínculo: Origem de Medição (required): Origem da Medição Corpórea
.... extension:usedClothes 0..1 CodeableConcept Roupas Usadas na Medição
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRoupasUsadasMedicao
Vínculo: Roupas Usadas na Medição (required): Roupas Usadas na Medição Corpórea
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code final | entered-in-error
Vínculo: Estado da Observação (required): Código do Estado da Observação.
... code Σ 1..1 CodeableConcept Tipo de Observação
Vínculo: Tipo de Observação (required): Código do Tipo de Observação.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 0..1 Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... subject Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Who and/or what the observation is about
.... id 0..1 string Unique id for inter-element referencing
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:unidentifiedPatient S 0..1 (Complexo) Dados do Indivíduo Não Identificado
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0
...... id 0..1 string Unique id for inter-element referencing
...... Fatias para extension 3..3 Extension Extension
Fatia: Não ordenado, Aberto por value:url
....... extension:gender S 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
........ url 1..1 uri "gender"
........ value[x] 1..1 code Value of extension
....... extension:birthYear S 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
........ url 1..1 uri "birthYear"
........ value[x] 1..1 date Value of extension
....... extension:reason S 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
........ url 1..1 uri "reason"
........ value[x] 1..1 CodeableConcept Value of extension
...... url 1..1 uri "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0"
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... type Σ 0..1 CodeableConcept Description of identifier
Vínculo: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system Σ 0..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Exemplo General: 123456
... effective[x] Σ 0..1 Timing Clinically relevant time/time-period for observation
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... event Σ 0..* dateTime When the event occurs
.... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
...... boundsDuration Duration
...... boundsRange Range
...... boundsPeriod Period
..... count Σ 0..1 positiveInt Number of times to repeat
..... countMax Σ 0..1 positiveInt Maximum number of times to repeat
..... duration Σ 0..1 decimal How long when it happens
..... durationMax Σ 0..1 decimal How long when it happens (Max)
..... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Vínculo: UnitsOfTime (required): A unit of time (units from UCUM).
..... frequency Σ 0..1 positiveInt Event occurs frequency times per period
..... frequencyMax Σ 0..1 positiveInt Event occurs up to frequencyMax times per period
..... period Σ 0..1 decimal Event occurs frequency times per period
..... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
..... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Vínculo: UnitsOfTime (required): A unit of time (units from UCUM).
..... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Vínculo: DaysOfWeek (required)
..... timeOfDay Σ 0..* time Time of day for action
..... when Σ 0..* code Code for time period of occurrence
Vínculo: EventTiming (required): Real world event relating to the schedule.
..... offset Σ 0..1 unsignedInt Minutes from event (before or after)
.... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Vínculo: Frequência de Uso da Substância (required): Frequência do uso de substância nos últimos 3 meses
... value[x] ΣC 0..1 Actual result
.... valueQuantity Quantity
.... valueCodeableConcept CodeableConcept
.... valueDateTime dateTime
... note 0..1 Annotation Comments about the observation
... bodySite 0..1 CodeableConcept Observed body part
Vínculo: Local de Aferição (required): Local de Aferição
... method 0..1 CodeableConcept How it was done
Vínculo: Posição do Indivíduo (required): Posição em relação à gravidade.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 0..1 Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... component Σ 0..1 BackboneElement Component results
.... 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
.... code Σ 1..1 CodeableConcept Type of component observation (code / type)
Vínculo: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] Σ 0..1 Actual component result
..... valueQuantity Quantity
..... valueCodeableConcept CodeableConcept
..... valueString string
..... valueBoolean boolean
..... valueInteger integer
..... valueRange Range
..... valueRatio Ratio
..... valueSampledData SampledData
..... valueTime time
..... valueDateTime dateTime
..... valuePeriod Period
.... dataAbsentReason C 0..1 CodeableConcept Why the component result is missing
Vínculo: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.
.... interpretation 0..* CodeableConcept High, low, normal, etc.
Vínculo: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.
.... referenceRange 0..* Ver referenceRange (Observation) Provides guide for interpretation of component result

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
Observation.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
Observation.statusrequiredBREstadoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0
From este IG
Observation.coderequiredBRTipoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BRTipoObservacao-1.0
From este IG
Observation.subject.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From a norma FHIR
Observation.effective[x].repeat.durationUnitrequiredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time|4.0.1
From a norma FHIR
Observation.effective[x].repeat.periodUnitrequiredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time|4.0.1
From a norma FHIR
Observation.effective[x].repeat.dayOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.0.1
From a norma FHIR
Observation.effective[x].repeat.whenrequiredEventTiming
http://hl7.org/fhir/ValueSet/event-timing|4.0.1
From a norma FHIR
Observation.effective[x].coderequiredBRFrequenciaUsoSubstancia
http://www.saude.gov.br/fhir/r4/ValueSet/BRFrequenciaUsoSubstancia
From este IG
Observation.bodySiterequiredBRLocalAfericao(a valid code from Local de Aferição)
http://www.saude.gov.br/fhir/r4/ValueSet/BRLocalAfericao-1.0
From este IG
Observation.methodrequiredBRPosicaoIndividuo
http://www.saude.gov.br/fhir/r4/ValueSet/BRPosicaoIndividuo
From este IG
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
http://hl7.org/fhir/ValueSet/referencerange-meaning
From a norma FHIR
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
http://hl7.org/fhir/ValueSet/referencerange-appliesto
From a norma FHIR
Observation.component.codeexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From a norma FHIR
Observation.component.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
From a norma FHIR
Observation.component.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
tim-1errorObservation.effective[x].repeatif there's a duration, there needs to be duration units
: duration.empty() or durationUnit.exists()
tim-2errorObservation.effective[x].repeatif there's a period, there needs to be period units
: period.empty() or periodUnit.exists()
tim-4errorObservation.effective[x].repeatduration SHALL be a non-negative value
: duration.exists() implies duration >= 0
tim-5errorObservation.effective[x].repeatperiod SHALL be a non-negative value
: period.exists() implies period >= 0
tim-6errorObservation.effective[x].repeatIf there's a periodMax, there must be a period
: periodMax.empty() or period.exists()
tim-7errorObservation.effective[x].repeatIf there's a durationMax, there must be a duration
: durationMax.empty() or duration.exists()
tim-8errorObservation.effective[x].repeatIf there's a countMax, there must be a count
: countMax.empty() or count.exists()
tim-9errorObservation.effective[x].repeatIf there's an offset, there must be a when (and not C, CM, CD, CV)
: offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10errorObservation.effective[x].repeatIf there's a timeOfDay, there cannot be a when, or vice versa
: timeOfDay.empty() or when.empty()

This structure is derived from Observation

Resumo

Obrigatório: 0 elemento(4 aninhado obrigatoriamente elementos)
Deve ser suportado: 4 elementos
Proibido: 21 elementos

Estruturas

Esta estrutura refere-se a estas outras estruturas:

  • Não foi possível resumir o perfil http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0 (não foi encontrado nenhum perfil)

Extensões

Esta estrutura refere-se a estas extensões:

Maturidade: 1

Key Elements View

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Observation C 0..* Observation Measurements and simple assertions
Constraints: obs-6, obs-7
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:measurementOrigin 0..1 CodeableConcept Origem da Medição Corpórea
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BROrigemMedida
Vínculo: Origem de Medição (required): Origem da Medição Corpórea
.... extension:usedClothes 0..1 CodeableConcept Roupas Usadas na Medição
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRoupasUsadasMedicao
Vínculo: Roupas Usadas na Medição (required): Roupas Usadas na Medição Corpórea
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... code Σ 1..1 CodeableConcept Tipo de Observação
Vínculo: Tipo de Observação (required): Código do Tipo de Observação.
.... coding Σ 0..1 Coding Code defined by a terminology system
... subject Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Who and/or what the observation is about
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:unidentifiedPatient S 0..1 (Complexo) Dados do Indivíduo Não Identificado
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0
...... Fatias para extension 3..3 Extension Extension
Fatia: Não ordenado, Aberto por value:url
....... extension:gender S 1..1 Extension Extension
........ url 1..1 uri "gender"
........ value[x] 1..1 code Value of extension
....... extension:birthYear S 1..1 Extension Extension
........ url 1..1 uri "birthYear"
........ value[x] 1..1 date Value of extension
....... extension:reason S 1..1 Extension Extension
........ url 1..1 uri "reason"
........ value[x] 1..1 CodeableConcept Value of extension
...... url 1..1 uri "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0"
... effective[x] Σ 0..1 Timing Clinically relevant time/time-period for observation
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Vínculo: Frequência de Uso da Substância (required): Frequência do uso de substância nos últimos 3 meses
... value[x] ΣC 0..1 Actual result
.... valueQuantity Quantity
.... valueCodeableConcept CodeableConcept
.... valueDateTime dateTime
... note 0..1 Annotation Comments about the observation
... bodySite 0..1 CodeableConcept Observed body part
Vínculo: Local de Aferição (required): Local de Aferição
... method 0..1 CodeableConcept How it was done
Vínculo: Posição do Indivíduo (required): Posição em relação à gravidade.
.... coding Σ 0..1 Coding Code defined by a terminology system
... component Σ 0..1 BackboneElement Component results
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code Σ 1..1 CodeableConcept Type of component observation (code / type)
Vínculo: LOINCCodes (example): Codes identifying names of simple observations.

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
Observation.statusrequiredBREstadoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0
From este IG
Observation.coderequiredBRTipoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BRTipoObservacao-1.0
From este IG
Observation.effective[x].coderequiredBRFrequenciaUsoSubstancia
http://www.saude.gov.br/fhir/r4/ValueSet/BRFrequenciaUsoSubstancia
From este IG
Observation.bodySiterequiredBRLocalAfericao(a valid code from Local de Aferição)
http://www.saude.gov.br/fhir/r4/ValueSet/BRLocalAfericao-1.0
From este IG
Observation.methodrequiredBRPosicaoIndividuo
http://www.saude.gov.br/fhir/r4/ValueSet/BRPosicaoIndividuo
From este IG
Observation.component.codeexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

Differential View

This structure is derived from Observation

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Observation 0..* Observation Measurements and simple assertions
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:measurementOrigin 0..1 CodeableConcept Origem da Medição Corpórea
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BROrigemMedida
Vínculo: Origem de Medição (required): Origem da Medição Corpórea
.... extension:usedClothes 0..1 CodeableConcept Roupas Usadas na Medição
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRoupasUsadasMedicao
Vínculo: Roupas Usadas na Medição (required): Roupas Usadas na Medição Corpórea
... identifier 0..0
... basedOn 0..0
... status 1..1 code final | entered-in-error
Vínculo: Estado da Observação (required): Código do Estado da Observação.
... category 0..0
... code 1..1 CodeableConcept Tipo de Observação
Vínculo: Tipo de Observação (required): Código do Tipo de Observação.
.... coding 0..1 Coding Code defined by a terminology system
... subject 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Who and/or what the observation is about
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:unidentifiedPatient S 0..1 (Complexo) Dados do Indivíduo Não Identificado
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0
...... Fatias para extension 3..3 Extension Extension
Fatia: Não ordenado, Aberto por value:url
....... extension:gender S 1..1 Extension Extension
....... extension:birthYear S 1..1 Extension Extension
....... extension:reason S 1..1 Extension Extension
.... reference 0..0
.... type 0..0
.... identifier
..... use 0..0
..... value 1..1 string The value that is unique
..... period 0..0
..... assigner 0..0
.... display 0..0
... focus 0..0
... encounter 0..0
... effective[x] 0..1 Timing Clinically relevant time/time-period for observation
.... code 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Vínculo: Frequência de Uso da Substância (required): Frequência do uso de substância nos últimos 3 meses
... issued 0..0
... performer 0..0
... value[x] 0..1 Actual result
.... valueQuantity Quantity
.... valueCodeableConcept CodeableConcept
.... valueDateTime dateTime
... dataAbsentReason 0..0
... interpretation 0..0
... note 0..1 Annotation Comments about the observation
... bodySite 0..1 CodeableConcept Observed body part
Vínculo: Local de Aferição (required): Local de Aferição
... method 0..1 CodeableConcept How it was done
Vínculo: Posição do Indivíduo (required): Posição em relação à gravidade.
.... coding 0..1 Coding Code defined by a terminology system
... specimen 0..0
... device 0..0
... referenceRange 0..0
... hasMember 0..0
... derivedFrom 0..0
... component 0..1 BackboneElement Component results

doco Documentação para este formato

Terminologia Ligações (Diferencial)

CaminhoConformidadeConjunto de valoresURI
Observation.statusrequiredBREstadoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0
From este IG
Observation.coderequiredBRTipoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BRTipoObservacao-1.0
From este IG
Observation.effective[x].coderequiredBRFrequenciaUsoSubstancia
http://www.saude.gov.br/fhir/r4/ValueSet/BRFrequenciaUsoSubstancia
From este IG
Observation.bodySiterequiredBRLocalAfericao(a valid code from Local de Aferição)
http://www.saude.gov.br/fhir/r4/ValueSet/BRLocalAfericao-1.0
From este IG
Observation.methodrequiredBRPosicaoIndividuo
http://www.saude.gov.br/fhir/r4/ValueSet/BRPosicaoIndividuo
From este IG

Snapshot View

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Observation C 0..* Observation Measurements and simple assertions
Constraints: obs-6, obs-7
... 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
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:measurementOrigin 0..1 CodeableConcept Origem da Medição Corpórea
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BROrigemMedida
Vínculo: Origem de Medição (required): Origem da Medição Corpórea
.... extension:usedClothes 0..1 CodeableConcept Roupas Usadas na Medição
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRoupasUsadasMedicao
Vínculo: Roupas Usadas na Medição (required): Roupas Usadas na Medição Corpórea
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code final | entered-in-error
Vínculo: Estado da Observação (required): Código do Estado da Observação.
... code Σ 1..1 CodeableConcept Tipo de Observação
Vínculo: Tipo de Observação (required): Código do Tipo de Observação.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 0..1 Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... subject Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Who and/or what the observation is about
.... id 0..1 string Unique id for inter-element referencing
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:unidentifiedPatient S 0..1 (Complexo) Dados do Indivíduo Não Identificado
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0
...... id 0..1 string Unique id for inter-element referencing
...... Fatias para extension 3..3 Extension Extension
Fatia: Não ordenado, Aberto por value:url
....... extension:gender S 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
........ url 1..1 uri "gender"
........ value[x] 1..1 code Value of extension
....... extension:birthYear S 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
........ url 1..1 uri "birthYear"
........ value[x] 1..1 date Value of extension
....... extension:reason S 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
........ url 1..1 uri "reason"
........ value[x] 1..1 CodeableConcept Value of extension
...... url 1..1 uri "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuoNaoIdentificado-1.0"
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... type Σ 0..1 CodeableConcept Description of identifier
Vínculo: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system Σ 0..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Exemplo General: 123456
... effective[x] Σ 0..1 Timing Clinically relevant time/time-period for observation
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... event Σ 0..* dateTime When the event occurs
.... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
...... boundsDuration Duration
...... boundsRange Range
...... boundsPeriod Period
..... count Σ 0..1 positiveInt Number of times to repeat
..... countMax Σ 0..1 positiveInt Maximum number of times to repeat
..... duration Σ 0..1 decimal How long when it happens
..... durationMax Σ 0..1 decimal How long when it happens (Max)
..... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Vínculo: UnitsOfTime (required): A unit of time (units from UCUM).
..... frequency Σ 0..1 positiveInt Event occurs frequency times per period
..... frequencyMax Σ 0..1 positiveInt Event occurs up to frequencyMax times per period
..... period Σ 0..1 decimal Event occurs frequency times per period
..... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
..... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Vínculo: UnitsOfTime (required): A unit of time (units from UCUM).
..... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Vínculo: DaysOfWeek (required)
..... timeOfDay Σ 0..* time Time of day for action
..... when Σ 0..* code Code for time period of occurrence
Vínculo: EventTiming (required): Real world event relating to the schedule.
..... offset Σ 0..1 unsignedInt Minutes from event (before or after)
.... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Vínculo: Frequência de Uso da Substância (required): Frequência do uso de substância nos últimos 3 meses
... value[x] ΣC 0..1 Actual result
.... valueQuantity Quantity
.... valueCodeableConcept CodeableConcept
.... valueDateTime dateTime
... note 0..1 Annotation Comments about the observation
... bodySite 0..1 CodeableConcept Observed body part
Vínculo: Local de Aferição (required): Local de Aferição
... method 0..1 CodeableConcept How it was done
Vínculo: Posição do Indivíduo (required): Posição em relação à gravidade.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 0..1 Coding Code defined by a terminology system
.... text Σ 0..1 string Plain text representation of the concept
... component Σ 0..1 BackboneElement Component results
.... 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
.... code Σ 1..1 CodeableConcept Type of component observation (code / type)
Vínculo: LOINCCodes (example): Codes identifying names of simple observations.
.... value[x] Σ 0..1 Actual component result
..... valueQuantity Quantity
..... valueCodeableConcept CodeableConcept
..... valueString string
..... valueBoolean boolean
..... valueInteger integer
..... valueRange Range
..... valueRatio Ratio
..... valueSampledData SampledData
..... valueTime time
..... valueDateTime dateTime
..... valuePeriod Period
.... dataAbsentReason C 0..1 CodeableConcept Why the component result is missing
Vínculo: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing.
.... interpretation 0..* CodeableConcept High, low, normal, etc.
Vínculo: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations.
.... referenceRange 0..* Ver referenceRange (Observation) Provides guide for interpretation of component result

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
Observation.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
Observation.statusrequiredBREstadoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoObservacao-1.0
From este IG
Observation.coderequiredBRTipoObservacao
http://www.saude.gov.br/fhir/r4/ValueSet/BRTipoObservacao-1.0
From este IG
Observation.subject.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From a norma FHIR
Observation.effective[x].repeat.durationUnitrequiredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time|4.0.1
From a norma FHIR
Observation.effective[x].repeat.periodUnitrequiredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time|4.0.1
From a norma FHIR
Observation.effective[x].repeat.dayOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.0.1
From a norma FHIR
Observation.effective[x].repeat.whenrequiredEventTiming
http://hl7.org/fhir/ValueSet/event-timing|4.0.1
From a norma FHIR
Observation.effective[x].coderequiredBRFrequenciaUsoSubstancia
http://www.saude.gov.br/fhir/r4/ValueSet/BRFrequenciaUsoSubstancia
From este IG
Observation.bodySiterequiredBRLocalAfericao(a valid code from Local de Aferição)
http://www.saude.gov.br/fhir/r4/ValueSet/BRLocalAfericao-1.0
From este IG
Observation.methodrequiredBRPosicaoIndividuo
http://www.saude.gov.br/fhir/r4/ValueSet/BRPosicaoIndividuo
From este IG
Observation.referenceRange.typepreferredObservationReferenceRangeMeaningCodes
http://hl7.org/fhir/ValueSet/referencerange-meaning
From a norma FHIR
Observation.referenceRange.appliesToexampleObservationReferenceRangeAppliesToCodes
http://hl7.org/fhir/ValueSet/referencerange-appliesto
From a norma FHIR
Observation.component.codeexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From a norma FHIR
Observation.component.dataAbsentReasonextensibleDataAbsentReason
http://hl7.org/fhir/ValueSet/data-absent-reason
From a norma FHIR
Observation.component.interpretationextensibleObservationInterpretationCodes
http://hl7.org/fhir/ValueSet/observation-interpretation
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorObservationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorObservationIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorObservationIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorObservationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceObservationA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
obs-6errorObservationdataAbsentReason SHALL only be present if Observation.value[x] is not present
: dataAbsentReason.empty() or value.empty()
obs-7errorObservationIf Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present
: value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()
tim-1errorObservation.effective[x].repeatif there's a duration, there needs to be duration units
: duration.empty() or durationUnit.exists()
tim-2errorObservation.effective[x].repeatif there's a period, there needs to be period units
: period.empty() or periodUnit.exists()
tim-4errorObservation.effective[x].repeatduration SHALL be a non-negative value
: duration.exists() implies duration >= 0
tim-5errorObservation.effective[x].repeatperiod SHALL be a non-negative value
: period.exists() implies period >= 0
tim-6errorObservation.effective[x].repeatIf there's a periodMax, there must be a period
: periodMax.empty() or period.exists()
tim-7errorObservation.effective[x].repeatIf there's a durationMax, there must be a duration
: durationMax.empty() or duration.exists()
tim-8errorObservation.effective[x].repeatIf there's a countMax, there must be a count
: countMax.empty() or count.exists()
tim-9errorObservation.effective[x].repeatIf there's an offset, there must be a when (and not C, CM, CD, CV)
: offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10errorObservation.effective[x].repeatIf there's a timeOfDay, there cannot be a when, or vice versa
: timeOfDay.empty() or when.empty()

This structure is derived from Observation

Resumo

Obrigatório: 0 elemento(4 aninhado obrigatoriamente elementos)
Deve ser suportado: 4 elementos
Proibido: 21 elementos

Estruturas

Esta estrutura refere-se a estas outras estruturas:

  • Não foi possível resumir o perfil http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0 (não foi encontrado nenhum perfil)

Extensões

Esta estrutura refere-se a estas extensões:

Maturidade: 1

 

Other representations of profile: CSV, Excel, Schematron